Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fee8a11

Browse filesBrowse files
cjihrigtargos
authored andcommitted
tools: remove custom buffer-constructor lint rule
This rule is no longer needed. ESLint's built in no-buffer-constructor rule is enabled instead. PR-URL: #25261 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent ee43540 commit fee8a11
Copy full SHA for fee8a11

File tree

Expand file treeCollapse file tree

4 files changed

+0
-49
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

4 files changed

+0
-49
lines changed
Open diff view settings
Collapse file

‎lib/.eslintrc.yaml‎

Copy file name to clipboardExpand all lines: lib/.eslintrc.yaml
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ rules:
2727
message: "Use an error exported by the internal/errors module."
2828
# Custom rules in tools/eslint-rules
2929
node-core/require-globals: error
30-
node-core/buffer-constructor: error
3130
node-core/no-let-in-for-declaration: error
3231
node-core/lowercase-name-for-primitive: error
3332
node-core/non-ascii-character: error
Collapse file

‎test/parallel/test-eslint-buffer-constructor.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-eslint-buffer-constructor.js
-27Lines changed: 0 additions & 27 deletions
This file was deleted.
Collapse file

‎test/root.status‎

Copy file name to clipboardExpand all lines: test/root.status
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ parallel/test-domain-with-abort-on-uncaught-exception: SLOW
3131
parallel/test-env-var-no-warnings: SLOW
3232
parallel/test-error-reporting: SLOW
3333
parallel/test-eslint-alphabetize-errors: SLOW
34-
parallel/test-eslint-buffer-constructor: SLOW
3534
parallel/test-eslint-crypto-check: SLOW
3635
parallel/test-eslint-documented-errors: SLOW
3736
parallel/test-eslint-duplicate-requires: SLOW
Collapse file

‎tools/eslint-rules/buffer-constructor.js‎

Copy file name to clipboardExpand all lines: tools/eslint-rules/buffer-constructor.js
-20Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.