Files @ cc389e91a20a
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
hg: don't provide annotate linenumber parameter - it has always defaulted to False and was removed in 4.6
#!/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