Skip to content

Commit 1de552c

Browse files
committedFeb 5, 2022
test: add ignore for regex space rule
PR-URL: #41805 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Rich Trott <[email protected]>
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)
Please sign in to comment.