##// END OF EJS Templates
release: 0.4.0
release: 0.4.0

File last commit:

r6023:40edadec default
r7531:19086c5d 0.4.0 stable
Show More
run-all-cleanup
10 lines | 185 B | text/plain | TextLexer
Søren Løvborg
run-all-cleanup: fix incorrect interpreter...
r6023 #!/bin/sh
Mads Kiilerich
scripts: introduce scripts/run-all-cleanup - run this before committing to make sure some aspects of the coding style is maintained
r5848
# 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