Skip to content

Commit 1de552c

Browse files
committed
test: add ignore for regex space rule
PR-URL: #41805 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 283f1e8 commit 1de552c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/parallel/test-v8-untrusted-code-mitigations.js

+1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ assert.notStrictEqual(untrustedFlag, -1);
1515
const nextFlag = v8Options.indexOf('--', untrustedFlag + 2);
1616
const slice = v8Options.substring(untrustedFlag, nextFlag);
1717

18+
// eslint-disable-next-line no-regex-spaces
1819
assert(slice.match(/type: bool default: false/));

0 commit comments

Comments
 (0)