Files @ 9491eb545fef
Branch filter:

Location: kallithea/scripts/run-all-cleanup - annotation

Mads Kiilerich
styling: map pylonslib flash message categories to bootstrap alert classes

Error messages where shown without styling because they use the alert-error
class which doesn't exist in Bootstrap.

Pylonslib only support a few hardcoded categories. Map them to corresponding
Bootstrap classes.
#!/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