Add a pre-commit hook to check the class reference syntax

This also makes documentation helper scripts executable.
This commit is contained in:
Hugo Locurcio
2019-12-06 23:35:43 +01:00
parent 111ba06310
commit 17add2dc86
5 changed files with 11 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
# as this script. Hooks should return 0 if successful and nonzero to cancel the
# commit. They are executed in the order in which they are listed.
#HOOKS="pre-commit-compile pre-commit-uncrustify"
HOOKS="pre-commit-clang-format"
HOOKS="pre-commit-clang-format pre-commit-makerst"
###########################################################
# There should be no need to change anything below this line.