mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Skip the check for lib.github.
This commit is contained in:
@@ -13,7 +13,7 @@ def main():
|
||||
|
||||
pylint = os.path.join(SOURCE_ROOT, 'vendor', 'depot_tools', 'pylint.py')
|
||||
settings = ['--rcfile=vendor/depot_tools/pylintrc']
|
||||
pys = glob.glob('script/*.py') + [os.path.join('script', 'lib')]
|
||||
pys = glob.glob('script/*.py')
|
||||
subprocess.check_call([sys.executable, pylint] + settings + pys,
|
||||
env=dict(PYTHONPATH='script'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user