mirror of
https://github.com/electron/electron.git
synced 2026-01-27 16:28:23 -05:00
Ignore .mm files for cpplint
It doesn't process them anyway.
This commit is contained in:
@@ -13,7 +13,7 @@ CPPLINT = os.path.join(SOURCE_ROOT, 'vendor', 'google-styleguide', 'trunk', 'cpp
|
||||
def main():
|
||||
os.chdir(SOURCE_ROOT)
|
||||
files = list_files(['browser', 'common'],
|
||||
['*.cc', '*.mm', '*.h'])
|
||||
['*.cc', '*.h'])
|
||||
return cpplint(files)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user