mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
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:
parent
135b79a31d
commit
d0e2650d03
4 changed files with 11 additions and 5 deletions
1
tools/cpplint.py
vendored
1
tools/cpplint.py
vendored
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue