Fix cpplint warning for obj-c header.
This commit is contained in:
parent
81d31b1d49
commit
9747ee4411
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ CPPLINT = os.path.join(SOURCE_ROOT, 'vendor', 'google-styleguide', 'trunk', 'cpp
|
||||||
LINE_LENGTH = 100
|
LINE_LENGTH = 100
|
||||||
|
|
||||||
IGNORED_FILES = [
|
IGNORED_FILES = [
|
||||||
os.path.join('browser', 'mac', 'bry_inspectable_web_contents_view_private.h'),
|
os.path.join('browser', 'mac', 'bry_inspectable_web_contents_view.h'),
|
||||||
]
|
]
|
||||||
|
|
||||||
FILTERS = [
|
FILTERS = [
|
||||||
|
|
Loading…
Reference in a new issue