Files @ 5e7bdf4fb156
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
hg: refactor annotation to generate a list of normalized annotation lines before iterating

This makes it easier to add support for future annotion structures.

Temporarily add redundant conditional to preserve formatting and reduce churn.
#!/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