Make ignoring files work on Windows
This commit is contained in:
parent
3d8b636f9e
commit
c9e948dc58
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
|
|||
CPPLINT = os.path.join(SOURCE_ROOT, 'vendor', 'google-styleguide', 'trunk', 'cpplint', 'cpplint.py')
|
||||
|
||||
IGNORED_FILES = [
|
||||
'browser/mac/bry_inspectable_web_contents_view_private.h',
|
||||
os.path.join('browser', 'mac', 'bry_inspectable_web_contents_view_private.h'),
|
||||
]
|
||||
|
||||
FILTERS = [
|
||||
|
|
Loading…
Reference in a new issue