From d0e2650d03f823cf5cc2f55750a7d5111fb2040d Mon Sep 17 00:00:00 2001 From: gengjiawen Date: Thu, 28 Mar 2019 10:20:53 -0400 Subject: 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 --- tools/cpplint.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/cpplint.py') diff --git a/tools/cpplint.py b/tools/cpplint.py index 034670dad9..aed35f3e0e 100755 --- a/tools/cpplint.py +++ b/tools/cpplint.py @@ -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. -- cgit v1.2.3