Add wrapper script for coffeelint.
This commit is contained in:
parent
561857d640
commit
11f387743f
2 changed files with 31 additions and 0 deletions
|
@ -12,6 +12,7 @@ def main():
|
|||
run_script('bootstrap.py')
|
||||
run_script('cpplint.py')
|
||||
run_script('pylint.py')
|
||||
run_script('coffeelint.py')
|
||||
run_script('build.py')
|
||||
run_script('test.py', ['--ci'])
|
||||
run_script('create-dist.py')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue