Files @ 1b8dac14269f
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
markup_renderer: use classmethods - there is really no need for the class; we already have the module namespace
#!/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