Skip to content

Commit

Permalink
test: don't lint autogenerated test/addons/doc-*/
Browse files Browse the repository at this point in the history
The JS source files in test/addons/doc-*/ are scraped from the reference
documentation in doc/api and need not conform to the style guide.

PR-URL: #1793
Reviewed-By: Trevor Norris <[email protected]>
  • Loading branch information
bnoordhuis committed May 26, 2015
1 parent c2b8b30 commit 6dfca71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
lib/punycode.js
test/addons/doc-*/
test/fixtures
test/**/node_modules
test/parallel/test-fs-non-number-arguments-throw.js

0 comments on commit 6dfca71

Please sign in to comment.