Skip to content

Commit

Permalink
rename syntax_checker to syntax_lint
Browse files Browse the repository at this point in the history
  • Loading branch information
surister committed Jan 9, 2020
1 parent c65212b commit 6d45375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ install:
- pip install flake8
script:
- flake8 --max-line-length=100 .
- python tests/syntax_checker.py
- python tests/syntax_lint.py

0 comments on commit 6d45375

Please sign in to comment.