summaryrefslogtreecommitdiff
path: root/test/root.status
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2018-12-28 18:14:23 -0500
committercjihrig <cjihrig@gmail.com>2018-12-30 19:17:44 -0500
commitad10cc57ee5303761d6b35b1c6c68f16b60a9f99 (patch)
tree9c4ddafe7ad59b4b74e52f705c6aedd7cc6976c8 /test/root.status
parent7bb3d63304ddd708738df258de4e2aba84a792e5 (diff)
downloadandroid-node-v8-ad10cc57ee5303761d6b35b1c6c68f16b60a9f99.tar.gz
android-node-v8-ad10cc57ee5303761d6b35b1c6c68f16b60a9f99.tar.bz2
android-node-v8-ad10cc57ee5303761d6b35b1c6c68f16b60a9f99.zip
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: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'test/root.status')
-rw-r--r--test/root.status1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/root.status b/test/root.status
index 9c40512cb6..e5dd389cae 100644
--- a/test/root.status
+++ b/test/root.status
@@ -31,7 +31,6 @@ parallel/test-domain-with-abort-on-uncaught-exception: SLOW
parallel/test-env-var-no-warnings: SLOW
parallel/test-error-reporting: SLOW
parallel/test-eslint-alphabetize-errors: SLOW
-parallel/test-eslint-buffer-constructor: SLOW
parallel/test-eslint-crypto-check: SLOW
parallel/test-eslint-documented-errors: SLOW
parallel/test-eslint-duplicate-requires: SLOW