From 1242d60bcf3c383e84447b560fba77dfd8ba28bd Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Wed, 24 Feb 2016 16:08:51 -0800 Subject: [PATCH] tools: add test/addons/0* to .eslintignore The scripts generated by `make test-addons` do not pass the linter. For now I think it is best that we ignore it as they are not tracked in the tree. Temporary Workaround for #5424 PR-URL: https://github.com/nodejs/node/pull/5425 --- .eslintignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintignore b/.eslintignore index 0be7057993e451..81ec116362f5f6 100644 --- a/.eslintignore +++ b/.eslintignore @@ -2,6 +2,7 @@ lib/internal/v8_prof_polyfill.js lib/internal/v8_prof_processor.js lib/punycode.js test/addons/??_*/ +test/addons/0* test/fixtures test/**/node_modules test/disabled