Use cpplint from depot_tools
This commit is contained in:
parent
bbf477291f
commit
96de22ba5f
3 changed files with 1 additions and 5 deletions
3
brightray/.gitmodules
vendored
3
brightray/.gitmodules
vendored
|
@ -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
|
||||
|
|
|
@ -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
brightray/vendor/google-styleguide
vendored
1
brightray/vendor/google-styleguide
vendored
|
@ -1 +0,0 @@
|
|||
Subproject commit ba88c8a53f1b563c43fc063cc048e5efdc238c18
|
Loading…
Reference in a new issue