Use cpplint from depot_tools

This commit is contained in:
Kevin Sawicki 2017-03-22 12:53:55 -07:00
parent bbf477291f
commit 96de22ba5f
3 changed files with 1 additions and 5 deletions

View file

@ -7,7 +7,7 @@ import sys
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')
CPPLINT = os.path.join(SOURCE_ROOT, 'vendor', 'libchromiumcontent', 'vendor', 'depot_tools', 'cpplint.py')
LINE_LENGTH = 100
IGNORED_FILES = [