src: add NOLINT to js_native_.*

* add filter to not lint NOLINT rules

PR-URL: https://github.com/nodejs/node/pull/26884
Reviewed-By: Refael Ackermann <refack@gmail.com>
This commit is contained in:
gengjiawen 2019-03-28 10:20:53 -04:00 committed by Refael Ackermann
parent 135b79a31d
commit d0e2650d03
4 changed files with 11 additions and 5 deletions

1
tools/cpplint.py vendored
View file

@ -361,6 +361,7 @@ _DEFAULT_FILTERS = [
'-build/include_subdir',
'-build/include_what_you_use',
'-legal/copyright',
'-readability/nolint',
]
# The default list of categories suppressed for C (not C++) files.