Rename syntax_checker into syntax_lint
This commit is contained in:
parent
6d45375c81
commit
cc95d4631e
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# These are the same steps we are running in Travis CI
|
# These are the same steps we are running in Travis CI
|
||||||
|
|
||||||
python tests/syntax_checker.py
|
python tests/syntax_lint.py
|
||||||
flake8 --max-line-length=100 . && echo "PEP8 Passed"
|
flake8 --max-line-length=100 . && echo "PEP8 Passed"
|
||||||
|
Loading…
Reference in New Issue
Block a user