view scripts/run-all-cleanup @ 7424:0ac1aaccd19c

controllers: align pullrequests.delete_comment with changeset.delete_comment This commit purely serves to highlight the differences. The subsequent commit will remove the duplication.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Fri, 19 Oct 2018 22:02:55 +0200
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