Comment out jshint+csslint from django_jenkins

This commit is contained in:
James Laska 2015-04-10 09:54:41 -04:00
parent 48bbac7f18
commit c197f90e45

View File

@ -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"