Skip to content

Commit 0e3d7c3

Browse files
committed
TEST v1.3
1 parent ad67c26 commit 0e3d7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check_license/check-headers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ else
8484
GIT_COMMAND="diff --name-only $MERGE_BASE $CURRENT_COMMIT"
8585
fi
8686

87-
FILES=$($GIT $GIT_COMMAND | ./check_license/file-exceptions.sh | \
87+
FILES=$($GIT $GIT_COMMAND | \
8888
grep -E -e '*\.[chs]$' -e '*\.[ch]pp$' -e '*\.sh$' -e '*\.py$' \
8989
-e 'TEST*' -e 'Makefile*' -e 'CMakeLists.txt$' -e '*\.cmake$' \
9090
-e '*\.link$' -e '*\.map$' -e '*\.Dockerfile$' -e 'LICENSE$' \

0 commit comments

Comments
 (0)