view scripts/run-all-cleanup @ 7852:ed76a0466677

contributors: fix existing email-less entry of 'mikespook' Commit 17bef51d7616 was committed as 'mikespook' without any email address. This name was thus reflected without email in the CONTRIBUTORS file. In the i18n copyright data, a 'mikespook' _with_ email address was referenced. Assuming these two refer to the same person, add a 'name fix' to combine them.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Sun, 25 Aug 2019 21:15:39 +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