Files @ fb7f38e22730
Branch filter:

Location: kallithea/scripts/run-all-cleanup

domruf
bin: fix __eq__ of bin/base.py RcConf

__eq__ without parameter makes no sense - found by pylint.

(The method is thus apparently unused and could be removed completely together
with other RcConf code.)
#!/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