File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 8686
8787chmod +x " ${SOURCE_ROOT} /check_license/file-exceptions.sh"
8888
89- FILES=$( $GIT $GIT_COMMAND | ${SOURCE_ROOT} /check_license/file-exceptions.sh)
89+ FILES=$( $GIT $GIT_COMMAND | ${SOURCE_ROOT} /check_license/file-exceptions.sh\
90+ grep -E -e ' *\.[chs]$' -e ' *\.[ch]pp$' -e ' *\.sh$' -e ' *\.py$' \
91+ -e ' Makefile*' -e ' CMakeLists.txt$' -e ' *\.cmake$' \
92+ -e ' *\.link$' -e ' *\.map$' -e ' *\.Dockerfile$' -e ' LICENSE$' \
93+ -e ' /match$' | \
94+ xargs)
9095
9196RV=0
9297for file in $FILES ; do
Original file line number Diff line number Diff line change @@ -9,8 +9,4 @@ grep -v -E -e '\src\uthash' \
99 -e ' include/umf/proxy_lib_new_delete.h' \
1010 -e ' scripts/docs_config/conf.py' \
1111 -e ' src/uthash/utlist.h' \
12- -e ' \.md$' \
13- -e ' \.clang-format$' \
14- -e ' \.cmake-format$' \
15- -e ' CODEOWNERS$' \
16- -e ' \.ym$'
12+ -e ' \.yml$'
You can’t perform that action at this time.
0 commit comments