mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Enable django_jenkins flake8 reporting
Also exclude awx/ui from pep8 runs.
This commit is contained in:
parent
18e7541f3b
commit
ea0b39859b
@ -36,6 +36,7 @@ if 'django_jenkins' in INSTALLED_APPS:
|
||||
'django_jenkins.tasks.run_pylint',
|
||||
'django_jenkins.tasks.run_pep8',
|
||||
'django_jenkins.tasks.run_pyflakes',
|
||||
'django_jenkins.tasks.run_flake8',
|
||||
'django_jenkins.tasks.run_jshint',
|
||||
'django_jenkins.tasks.run_csslint',
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user