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 ad67c26 commit 0e3d7c3Copy full SHA for 0e3d7c3
check_license/check-headers.sh
@@ -84,7 +84,7 @@ else
84
GIT_COMMAND="diff --name-only $MERGE_BASE $CURRENT_COMMIT"
85
fi
86
87
-FILES=$($GIT $GIT_COMMAND | ./check_license/file-exceptions.sh | \
+FILES=$($GIT $GIT_COMMAND | \
88
grep -E -e '*\.[chs]$' -e '*\.[ch]pp$' -e '*\.sh$' -e '*\.py$' \
89
-e 'TEST*' -e 'Makefile*' -e 'CMakeLists.txt$' -e '*\.cmake$' \
90
-e '*\.link$' -e '*\.map$' -e '*\.Dockerfile$' -e 'LICENSE$' \
0 commit comments