summaryrefslogtreecommitdiff
path: root/misc/hooks/pre-commit
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-12-07 00:11:29 +0100
committerGitHub <noreply@github.com>2019-12-07 00:11:29 +0100
commitff58030ed693b6915ea7b378b0483b65547d5f8b (patch)
treee50d6e90c197b12966f618ac0cb4420e38359430 /misc/hooks/pre-commit
parent07a739e7e15fdc0d7ed878f0cb465bb93c4e50aa (diff)
parent17add2dc86b7c52c93aac162242bd98c9bf2eed2 (diff)
Merge pull request #34160 from Calinou/add-makerst-git-hook
Add a pre-commit hook to check the class reference syntax
Diffstat (limited to 'misc/hooks/pre-commit')
-rwxr-xr-xmisc/hooks/pre-commit2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/hooks/pre-commit b/misc/hooks/pre-commit
index fc50ed70e7..36e9935785 100755
--- a/misc/hooks/pre-commit
+++ b/misc/hooks/pre-commit
@@ -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.