Files @ 0c67924f293b
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Thomas De Schampheleire
helpers: remove unused get_error / _GetError

This method/class was introduced in the very first commit of this
repository, but is no longer 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