Files @ ddee465a345a
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Thomas De Schampheleire
.coveragerc: remove reference to non-existing paster_commands dir

The corresponding code is now in kallithea/bin/, which is already in the
omit list.
#!/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