mirror of
https://github.com/electron/electron.git
synced 2026-01-10 16:08:06 -05:00
Fix cpplint warning
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
|
||||
@interface NSColor(Hex)
|
||||
|
||||
+ (NSColor*) colorWithWebColorString:(NSString*)color;
|
||||
+ (NSColor*) colorWithHexColorString:(NSString*)hex;
|
||||
+ (NSColor*)colorWithWebColorString:(NSString*)color;
|
||||
+ (NSColor*)colorWithHexColorString:(NSString*)hex;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
2
script/cpplint.py
vendored
2
script/cpplint.py
vendored
@@ -14,6 +14,8 @@ IGNORE_FILES = [
|
||||
os.path.join('atom', 'browser', 'ui', 'cocoa', 'atom_touch_bar.h'),
|
||||
os.path.join('atom', 'browser', 'ui', 'cocoa',
|
||||
'touch_bar_forward_declarations.h'),
|
||||
os.path.join('atom', 'browser', 'ui', 'cocoa', 'NSColor+Hex.h'),
|
||||
os.path.join('atom', 'browser', 'ui', 'cocoa', 'NSString+ANSI.h'),
|
||||
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'),
|
||||
|
||||
Reference in New Issue
Block a user