Files @ 2d5fecba40ed
Branch filter:

Location: kallithea/scripts/run-all-cleanup - annotation

Søren Løvborg
docs: add code guidelines on template helpers and the SQLAlchemy session
#!/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