mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-04-12 22:34:02 +08:00
Ignore api_messages.{cc,h} for cpplint.
This commit is contained in:
@@ -5,7 +5,9 @@ cd "`dirname $0`/.."
|
||||
# List all Objective-C headers here, should not cpplint them.
|
||||
OBJC_HEADERS='
|
||||
browser/atom_event_processing_window.h
|
||||
browser/native_window_mac.h'
|
||||
browser/native_window_mac.h
|
||||
common/api/api_messages.cc
|
||||
common/api/api_messages.h'
|
||||
|
||||
FILES=`find app browser common renderer -type f -name '*.h' -or -name '*.cc'`
|
||||
FILTERED_FILES=
|
||||
|
||||
Reference in New Issue
Block a user