summaryrefslogtreecommitdiff
path: root/tools/lint.js
diff options
context:
space:
mode:
authorKenta Moriuchi <moriken@kimamass.com>2024-11-05 02:17:11 +0900
committerGitHub <noreply@github.com>2024-11-04 12:17:11 -0500
commitfb1d33a7111e45e9b414cfe922a5db5ee4daf3ea (patch)
treefc2c3d797fa7e4d5a56c99b94a0aa1a823fe29e0 /tools/lint.js
parentd95f06f20b97839d9a2aaeb590f4ed30b6383b0f (diff)
chore: update dlint to v0.68.0 for internal (#26711)
Diffstat (limited to 'tools/lint.js')
-rwxr-xr-xtools/lint.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/lint.js b/tools/lint.js
index 1f3f56498..b591cae0b 100755
--- a/tools/lint.js
+++ b/tools/lint.js
@@ -56,12 +56,13 @@ async function dlint() {
":!:cli/tsc/compiler.d.ts",
":!:runtime/examples/",
":!:target/",
+ ":!:tests/ffi/tests/test.js",
":!:tests/registry/**",
":!:tests/specs/**",
":!:tests/testdata/**",
":!:tests/unit_node/testdata/**",
- ":!:tests/wpt/suite/**",
":!:tests/wpt/runner/**",
+ ":!:tests/wpt/suite/**",
]);
if (!sourceFiles.length) {