From 0f9f04e4ec79023366e7c19679b9937286a954a6 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Mon, 12 Mar 2018 15:28:07 +0900 Subject: [PATCH] Fix cpplint warning --- script/cpplint.py | 1 + 1 file changed, 1 insertion(+) diff --git a/script/cpplint.py b/script/cpplint.py index 49ddb877f1..78419745c2 100755 --- a/script/cpplint.py +++ b/script/cpplint.py @@ -19,6 +19,7 @@ IGNORE_FILES = set(os.path.join(*components) for components in [ ['atom', 'common', 'api', 'api_messages.h'], ['atom', 'common', 'common_message_generator.cc'], ['atom', 'common', 'common_message_generator.h'], + ['atom', 'common', 'node_includes.h'], ['atom', 'node', 'osfhandle.cc'], ['brightray', 'browser', 'mac', 'bry_inspectable_web_contents_view.h'], ['brightray', 'browser', 'mac', 'event_dispatching_window.h'],