Skip to content

Commit

Permalink
test: disallow unreachable code
Browse files Browse the repository at this point in the history
PR-URL: #2289
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Brendan Ashworth <brendan.ashworth@me.com>
  • Loading branch information
targos authored and rvagg committed Aug 21, 2015
1 parent 7f02443 commit 3579f3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/.eslintrc
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3579f3a

Please sign in to comment.