Files @ 0f1f5c6bcaa1
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Thomas De Schampheleire
config: remove unused symbols DATE_FORMAT / DATETIME_FORMAT

These were previously imported by helpers.py, but without actual usage
anywhere.
#!/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