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

@ -4,6 +4,3 @@
[submodule "vendor/gyp"]
path = vendor/gyp
url = https://github.com/electron/gyp
[submodule "vendor/google-styleguide"]
path = vendor/google-styleguide
url = https://github.com/svn2github/sgss-mirror-google-styleguide

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 = [

@ -1 +0,0 @@
Subproject commit ba88c8a53f1b563c43fc063cc048e5efdc238c18