💄 Fix cpplint warning.
This commit is contained in:
parent
b7e120b68c
commit
a8f172752a
1 changed files with 1 additions and 1 deletions
2
script/cpplint.py
vendored
2
script/cpplint.py
vendored
|
@ -6,10 +6,10 @@ import subprocess
|
|||
import sys
|
||||
|
||||
IGNORE_FILES = [
|
||||
'app/win/resource.h',
|
||||
'browser/atom_application_mac.h',
|
||||
'browser/atom_application_delegate_mac.h',
|
||||
'browser/native_window_mac.h',
|
||||
'browser/resources/win/resource.h',
|
||||
'browser/ui/cocoa/event_processing_window.h',
|
||||
'browser/ui/cocoa/atom_menu_controller.h',
|
||||
'browser/ui/cocoa/nsalert_synchronous_sheet.h',
|
||||
|
|
Loading…
Reference in a new issue