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 e6e55da commit 2ae533bCopy full SHA for 2ae533b
jenkins/check_copyright.sh
@@ -36,6 +36,7 @@ git diff --name-only `git merge-base origin/master HEAD` HEAD |
36
grep -v -E '\.json$' |
37
grep -v -E 'test/WasmSpec/testsuite/.*$' |
38
grep -v -E 'test/benchmarks/.*\.js$' |
39
+ grep -v -E 'test/benchmarks/.*\.js_c$' |
40
grep -v -E 'bin/External/.*$' |
41
grep -v -E 'bin/NativeTests/Scripts/splay.js$' |
42
grep -v -E 'pal/.*' |
0 commit comments