Files @ ccf1ccc77ca3
Branch filter:

Location: kallithea/scripts/run-all-cleanup

domruf
less: don't override default label font-weight

Bootstrap makes it bold by default. Use that so we don't have to specify bold when we need it.

The places where we don't want bold, the styling must be overridden.
#!/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