From 2dcc3665abf57c3607cebffdeeca062f5894885d Mon Sep 17 00:00:00 2001 From: Michaël Zasso Date: Thu, 1 Aug 2019 08:38:30 +0200 Subject: deps: update V8 to 7.6.303.28 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/28016 Reviewed-By: Colin Ihrig Reviewed-By: Refael Ackermann (רפאל פלחי) Reviewed-By: Rich Trott Reviewed-By: Michael Dawson Reviewed-By: Jiawen Geng --- deps/v8/PRESUBMIT.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'deps/v8/PRESUBMIT.py') diff --git a/deps/v8/PRESUBMIT.py b/deps/v8/PRESUBMIT.py index 8aea920ef4..201bf55f71 100644 --- a/deps/v8/PRESUBMIT.py +++ b/deps/v8/PRESUBMIT.py @@ -433,6 +433,8 @@ def _CheckMacroUndefs(input_api, output_api): undef_match = undef_pattern.match(line) if undef_match: + if "// NOLINT" in line: + continue name = undef_match.group(1) if not name in defined_macros: errors.append('{}:{}: Macro named \'{}\' was not defined before.' -- cgit v1.2.3