projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3849750
)
test: disallow unreachable code
author
Michaël Zasso
<mic.besace@gmail.com>
Thu, 20 Aug 2015 09:37:02 +0000
(11:37 +0200)
committer
Michaël Zasso
<mic.besace@gmail.com>
Thu, 20 Aug 2015 18:12:44 +0000
(20:12 +0200)
PR-URL: https://github.com/nodejs/node/pull/2289
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Brendan Ashworth <brendan.ashworth@me.com>
test/.eslintrc
patch
|
blob
|
history
diff --git
a/test/.eslintrc
b/test/.eslintrc
index 608c62dff5fa631f62fbe9996d77fce0c2f047fe..2a8f61cb35f6be7437b22dcb7892a40add3a416b 100644
(file)
--- a/
test/.eslintrc
+++ b/
test/.eslintrc
@@
-1,8
+1,6
@@
## Test-specific linter rules
rules:
- ## allow unreachable code
- no-unreachable: 0
## allow undeclared variables
no-undef: 0
## allow global Buffer usage