Files @ ce818fb1e264
Branch filter:

Location: kallithea/scripts/run-all-cleanup

domruf
lib: remove unused kallithea/lib/profiler.py

pylint found import-error 'import objgraph'. This is bit-rotten and doesn't
seem like something we need. If we need it, there is probably a better way to
do it now.
#!/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