Files @ 52b6083b94e6
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
lib: refactor detection of markup renderers

Make it easier to spot which functions actually are used.
#!/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