Files @ 3b29103657df
Branch filter:

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

Thomas De Schampheleire
i18n: remove explicit formencode language setting

Does not seem to be needed anymore, formencode validation is still
translated in the current language without it.
#!/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