Files @ f626260a376c
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
i18n: extract_messages will use 'utf-8', bot msgmerge will uppercase it ... so let's just do that consistently
#!/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