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