Files @ 11caff9ee818
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Thomas De Schampheleire
model,templates: make text argument to h.link_to translatable strings

The first argument to h.link_to() is the link text. It should be marked as
translatable to other languages.
#!/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