diff options
Diffstat (limited to 'tools/lint.js')
-rwxr-xr-x | tools/lint.js | 3 |
1 files changed, 2 insertions, 1 deletions
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/**", |