From ad10cc57ee5303761d6b35b1c6c68f16b60a9f99 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Fri, 28 Dec 2018 18:14:23 -0500 Subject: 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 Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca Reviewed-By: Anna Henningsen --- test/root.status | 1 - 1 file changed, 1 deletion(-) (limited to 'test/root.status') 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 -- cgit v1.2.3