Files @ c0a3519e7d2c
Branch filter:

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

Mads Kiilerich
controllers: remove pointless comments

These comments are mostly trivial and sometimes wrong. We don't want to
maintain or pretend we do.
#!/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