tools: remove disabling of already-disabled rule

`require-buffer` is only enabled in the `lib` directory. There is no
need to disable it in `test`.

PR-URL: https://github.com/nodejs/node/pull/6013
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
Rich Trott 2016-04-01 21:52:55 -07:00 коммит произвёл James M Snell
Родитель 63e743db38
Коммит 8832be4188
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -3,8 +3,6 @@
rules:
## allow undeclared variables
no-undef: 0
## allow global Buffer usage
require-buffer: 0
## common module is mandatory in tests
required-modules: [2, "common"]