mirror of
https://github.com/electron/electron.git
synced 2026-02-01 10:45:01 -05:00
Make ignoring files work on Windows
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user