1
0
mirror of https://github.com/bregman-arie/devops-exercises.git synced 2024-11-19 20:31:47 +02:00

rename syntax_checker to syntax_lint

This commit is contained in:
surister 2020-01-09 12:06:30 +01:00
parent c65212bc24
commit 6d45375c81

View File

@ -5,4 +5,4 @@ install:
- pip install flake8
script:
- flake8 --max-line-length=100 .
- python tests/syntax_checker.py
- python tests/syntax_lint.py