mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user