rename syntax_checker to syntax_lint
This commit is contained in:
parent
c65212bc24
commit
6d45375c81
@ -5,4 +5,4 @@ install:
|
|||||||
- pip install flake8
|
- pip install flake8
|
||||||
script:
|
script:
|
||||||
- flake8 --max-line-length=100 .
|
- flake8 --max-line-length=100 .
|
||||||
- python tests/syntax_checker.py
|
- python tests/syntax_lint.py
|
||||||
|
Loading…
Reference in New Issue
Block a user