summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/copyright_checker.js1
-rwxr-xr-xtools/lint.js3
2 files changed, 3 insertions, 1 deletions
diff --git a/tools/copyright_checker.js b/tools/copyright_checker.js
index 73c5e6a71..2cabab6fa 100755
--- a/tools/copyright_checker.js
+++ b/tools/copyright_checker.js
@@ -24,6 +24,7 @@ export async function checkCopyright() {
"*.js",
"*.ts",
":!:.github/mtime_cache/action.js",
+ ":!:tests/registry/**",
":!:tests/specs/**",
":!:tests/testdata/**",
":!:cli/bench/testdata/**",
diff --git a/tools/lint.js b/tools/lint.js
index 36e79b45b..2bb91f3d5 100755
--- a/tools/lint.js
+++ b/tools/lint.js
@@ -52,13 +52,14 @@ async function dlint() {
":!:cli/compilers/wasm_wrap.js",
":!:cli/tsc/dts/**",
":!:target/",
+ ":!:tests/registry/**",
":!:tests/specs/**",
":!:tests/testdata/encoding/**",
":!:tests/testdata/error_syntax.js",
":!:tests/testdata/file_extensions/ts_with_js_extension.js",
":!:tests/testdata/fmt/**",
- ":!:tests/testdata/npm/**",
":!:tests/testdata/lint/**",
+ ":!:tests/testdata/npm/**",
":!:tests/testdata/run/**",
":!:tests/testdata/tsc/**",
":!:tests/testdata/test/glob/**",