Files @ e2739d57f153
Branch filter:

Location: kallithea/scripts/run-all-cleanup

domruf
datatables: fix repo group sorting of repo name, last change and tip - indices were off by one

'orderData: 0' would be interpreted as false - thus we use the
'orderData: [0,]' syntax.
#!/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