Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Reiss <me@silverwind.io>2015-05-19 14:00:06 +0300
committerRoman Reiss <me@silverwind.io>2015-05-19 22:21:27 +0300
commitf29762f4dd5811464684f820286f1c90a694bdff (patch)
tree67ba73a81c3938f41796dfa4c595f9713de59933 /.eslintignore
parent85d99830096a48b7d50cc3b0e5c3fba4172c2d02 (diff)
test: enable linting for tests
Enable linting for the test directory. A number of changes was made so all tests conform the current rules used by lib and src directories. The only exception for tests is that unreachable (dead) code is allowed. test-fs-non-number-arguments-throw had to be excluded from the changes because of a weird issue on Windows CI. PR-URL: https://github.com/nodejs/io.js/pull/1721 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to '.eslintignore')
-rw-r--r--.eslintignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore
index 9a143fda7d9..c29ea07ce66 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -1 +1,4 @@
lib/punycode.js
+test/fixtures
+test/**/node_modules
+test/parallel/test-fs-non-number-arguments-throw.js