mirror of
https://github.com/ansible/awx.git
synced 2026-04-08 19:49:22 -02:30
Add pep8 and pyflakes Makefile targets
This commit is contained in:
6
Makefile
6
Makefile
@@ -141,6 +141,12 @@ taskmanager:
|
|||||||
socketservice:
|
socketservice:
|
||||||
$(PYTHON) manage.py run_socketio_service
|
$(PYTHON) manage.py run_socketio_service
|
||||||
|
|
||||||
|
pep8:
|
||||||
|
pep8 -r --ignore=E501,E221,W291,W391,E302,E251,E203,W293,E231,E303,E201,E225,E261,E241 awx/
|
||||||
|
|
||||||
|
pyflakes:
|
||||||
|
pyflakes awx/
|
||||||
|
|
||||||
# Run all API unit tests.
|
# Run all API unit tests.
|
||||||
test:
|
test:
|
||||||
$(PYTHON) manage.py test -v2 main
|
$(PYTHON) manage.py test -v2 main
|
||||||
|
|||||||
Reference in New Issue
Block a user