diff --git a/brightray/script/cpplint b/brightray/script/cpplint index 051370dac172..d6e5ebcf9f23 100755 --- a/brightray/script/cpplint +++ b/brightray/script/cpplint @@ -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)