From 0521302940c977cdb5313d8d68f2b4d8447df169 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 19 Dec 2017 17:41:34 -0600 Subject: [PATCH] add atom/node/osfhandle.cc to the do-not-lint list --- script/cpplint.py | 1 + 1 file changed, 1 insertion(+) diff --git a/script/cpplint.py b/script/cpplint.py index 674426bb663..02b5729e261 100755 --- a/script/cpplint.py +++ b/script/cpplint.py @@ -20,6 +20,7 @@ IGNORE_FILES = [ os.path.join('atom', 'common', 'api', 'api_messages.h'), os.path.join('atom', 'common', 'common_message_generator.cc'), os.path.join('atom', 'common', 'common_message_generator.h'), + os.path.join('atom', 'node', 'osfhandle.cc'), os.path.join('brightray', 'browser', 'mac', 'bry_inspectable_web_contents_view.h'), os.path.join('brightray', 'browser', 'mac', 'event_dispatching_window.h'),