Files @ 7f571544a0ea
Branch filter:

Location: kallithea/scripts/run-all-cleanup

domruf
pullrequest: remove 'Still not reviewed by'

This is redundant. You can see the same information on the right, in the list
of reviewers.
#!/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