add atom/node/osfhandle.cc to the do-not-lint list
This commit is contained in:
parent
4f533dded3
commit
0521302940
1 changed files with 1 additions and 0 deletions
1
script/cpplint.py
vendored
1
script/cpplint.py
vendored
|
@ -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'),
|
||||
|
|
Loading…
Reference in a new issue