💄 Fix cpplint warnings.
This commit is contained in:
parent
18f8af7822
commit
fbe963c7f3
2 changed files with 2 additions and 1 deletions
|
@ -21,4 +21,4 @@ NodeBindings* NodeBindings::Create(bool is_browser) {
|
||||||
return new NodeBindingsLinux(is_browser);
|
return new NodeBindingsLinux(is_browser);
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace at
|
} // namespace atom
|
||||||
|
|
1
script/cpplint.py
vendored
1
script/cpplint.py
vendored
|
@ -14,6 +14,7 @@ IGNORE_FILES = [
|
||||||
'browser/ui/cocoa/atom_menu_controller.h',
|
'browser/ui/cocoa/atom_menu_controller.h',
|
||||||
'browser/ui/cocoa/nsalert_synchronous_sheet.h',
|
'browser/ui/cocoa/nsalert_synchronous_sheet.h',
|
||||||
'browser/ui/gtk/gtk_custom_menu.cc',
|
'browser/ui/gtk/gtk_custom_menu.cc',
|
||||||
|
'browser/ui/gtk/gtk_custom_menu_item.cc',
|
||||||
'common/api/api_messages.cc',
|
'common/api/api_messages.cc',
|
||||||
'common/api/api_messages.h',
|
'common/api/api_messages.h',
|
||||||
'common/atom_version.h',
|
'common/atom_version.h',
|
||||||
|
|
Loading…
Reference in a new issue