mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
Comment out jshint+csslint from django_jenkins
This commit is contained in:
parent
48bbac7f18
commit
c197f90e45
@ -43,8 +43,9 @@ if 'django_jenkins' in INSTALLED_APPS:
|
||||
# The following are not needed when including run_flake8
|
||||
# 'django_jenkins.tasks.run_pep8',
|
||||
# 'django_jenkins.tasks.run_pyflakes',
|
||||
'django_jenkins.tasks.run_jshint',
|
||||
'django_jenkins.tasks.run_csslint',
|
||||
# The following are handled by various grunt tasks and no longer required
|
||||
# 'django_jenkins.tasks.run_jshint',
|
||||
# 'django_jenkins.tasks.run_csslint',
|
||||
)
|
||||
PEP8_RCFILE = "setup.cfg"
|
||||
PYLINT_RCFILE = ".pylintrc"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user