We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea3323c commit 9fcd242Copy full SHA for 9fcd242
.githooks/pre-commit
@@ -13,8 +13,8 @@
13
# pre-commit hooks to be executed. They should be in the same .git/hooks/ folder
14
# as this script. Hooks should return 0 if successful and nonzero to cancel the
15
# commit. They are executed in the order in which they are listed.
16
-#HOOKS="pre-commit-clang-format"
17
-HOOKS="pre-commit-clang-format pre-commit-license-maintainer"
+HOOKS="pre-commit-clang-format"
+#HOOKS="pre-commit-clang-format pre-commit-license-maintainer"
18
###########################################################
19
# There should be no need to change anything below this line.
20
0 commit comments