linter: Replace --pep8 with new --frontend/--backend options.

Adds the --frontend and --backend options to replace
--pep8.

Significantly modified by tabbott to use a cleaner framework.
This commit is contained in:
Robert Hönig
2017-08-25 15:23:02 +02:00
committed by Tim Abbott
parent 2186d53cf5
commit c5da0ada31
4 changed files with 25 additions and 15 deletions

View File

@@ -38,7 +38,7 @@ run ./tools/clean-repo
run ./tools/run-mypy
# travis/backend
run ./tools/lint --pep8 $FORCEARG
run ./tools/lint $FORCEARG
run ./manage.py makemessages --locale en
run env PYTHONWARNINGS=ignore ./tools/check-capitalization --no-generate
run env PYTHONWARNINGS=ignore ./tools/check-frontend-i18n --no-generate