mirror of
https://github.com/electron/electron.git
synced 2026-01-27 08:18:28 -05:00
Use cpplint from depot_tools
This commit is contained in:
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
Submodule brightray/vendor/google-styleguide deleted from ba88c8a53f
Reference in New Issue
Block a user