Files @ eddb927e3473
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Thomas De Schampheleire
templates: remove references to non-existing commit-message class

As there already is monospace styling on textarea.form-control, there is no
need for a replacement.
#!/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