Skip to content

Commit 0c4499f

Browse files
committed
Only disable precommit checks for tests. V203-013
Change-Id: I298d71869bc678e305d9e52823a2bf3564ad66a3
1 parent 039d6e2 commit 0c4499f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.gitattributes

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
README.md no-precommit-check
2-
testsuite/*/* no-precommit-check
3-
testsuite/*/*/* no-precommit-check
4-
testsuite/*/*/*/* no-precommit-check
5-
testsuite/*/*/*/*/* no-precommit-check
6-
testsuite/*/*/*/*/*/* no-precommit-check
7-
testsuite/*/*/*/*/*/*/* no-precommit-check
82

3+
# no style checking for tests
4+
testsute/tests/** no-precommit-check
95

106
# Third-party package
117
src/getRSS.c no-precommit-check

0 commit comments

Comments
 (0)