Files @ 48f8c73a94f2
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Thomas De Schampheleire
helpers: remove unused wrapper method is_following_repo

kallithea.lib.helpers is a plain wrapper around ScmModel.is_following_repo
and is used nowhere.
#!/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