mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Remove coffeelint usage
This commit is contained in:
@@ -65,7 +65,6 @@ def main():
|
||||
run_script('cpplint.py')
|
||||
if PLATFORM != 'win32':
|
||||
run_script('pylint.py')
|
||||
run_script('coffeelint.py')
|
||||
if is_release:
|
||||
run_script('build.py', ['-c', 'R'])
|
||||
run_script('create-dist.py')
|
||||
|
||||
Reference in New Issue
Block a user