Files @ 7b7b59416910
Branch filter:

Location: kallithea/scripts/run-all-cleanup

domruf
less: remove line-through for <del>

- line-through makes it hard to read
- since the text is already red it is kinda redundant
- it gets overriden by kallithea-diff.less line 87 anyway
#!/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