view scripts/run-all-cleanup @ 8046:c6f5c3e60329

tests: fix test_files.py json comparison to load json to struct so it is independent of serialization order Py3 would fail the test because different ordering.
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 26 Dec 2019 04:53:38 +0100
parents 40edadecda69
children 51af7c12ffb1
line wrap: on
line source

#!/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