Skip to content

Commit 9fcd242

Browse files
committed
Temporarily disable license header pre-commit hook
1 parent ea3323c commit 9fcd242

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.githooks/pre-commit

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# pre-commit hooks to be executed. They should be in the same .git/hooks/ folder
1414
# as this script. Hooks should return 0 if successful and nonzero to cancel the
1515
# 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"
16+
HOOKS="pre-commit-clang-format"
17+
#HOOKS="pre-commit-clang-format pre-commit-license-maintainer"
1818
###########################################################
1919
# There should be no need to change anything below this line.
2020

0 commit comments

Comments
 (0)