mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 23:16:30 +01:00
test: disallow unreachable code
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>
This commit is contained in:
parent
3849750a09
commit
518a4d08cb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user