From d4d3c78701f00ceec05ee14ab1145ffd008e53ad Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 27 Feb 2017 10:43:44 -0800 Subject: [PATCH] Ignore lint warnings in Objective-C header --- script/cpplint.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/cpplint.py b/script/cpplint.py index 7ec3537e8d..9d9281fb70 100755 --- a/script/cpplint.py +++ b/script/cpplint.py @@ -9,6 +9,8 @@ from lib.util import execute IGNORE_FILES = [ os.path.join('atom', 'browser', 'mac', 'atom_application.h'), os.path.join('atom', 'browser', 'mac', 'atom_application_delegate.h'), + os.path.join('atom', 'browser', 'ui', 'cocoa', + 'touch_bar_forward_declarations.h'), os.path.join('atom', 'browser', 'resources', 'win', 'resource.h'), os.path.join('atom', 'browser', 'ui', 'cocoa', 'atom_menu_controller.h'), os.path.join('atom', 'common', 'api', 'api_messages.h'),