Ignore lint warnings in Objective-C header
This commit is contained in:
parent
9bdca3bbfb
commit
d4d3c78701
1 changed files with 2 additions and 0 deletions
2
script/cpplint.py
vendored
2
script/cpplint.py
vendored
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue