Ignore .mm files for cpplint
It doesn't process them anyway.
This commit is contained in:
parent
23bcf4099f
commit
e5e3dc6a78
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue