Files @ 8d2af331205a
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Thomas De Schampheleire
controllers: forward pullrequests.comment to changeset

Similar to the way delete_comment is handled.
#!/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