Files @ f49e1b6cff90
Branch filter:

Location: kallithea/scripts/run-all-cleanup

domruf
logging: log wrong value for page number

This should not happen and "Errors should never pass silently".
If it happens anyway, we should have some record it.
#!/bin/sh

# Convenience script for running various idempotent source code cleanup scripts

set -e
set -x

scripts/docs-headings.py
scripts/generate-ini.py
scripts/whitespacecleanup.sh