Commit ded3bbe9 authored by Michal Čihař's avatar Michal Čihař

Run jshint as well

parent 02f3ea6b
......@@ -34,6 +34,7 @@ JENKINS_TASKS = (
'django_jenkins.tasks.with_coverage',
'django_jenkins.tasks.run_pep8',
'django_jenkins.tasks.run_csslint',
'django_jenkins.tasks.run_jshint',
'django_jenkins.tasks.django_tests',
)
......@@ -41,6 +42,10 @@ CSSLINT_CHECKED_FILES = (
'weblate/media/css/style.css',
)
JSHINT_CHECKED_FILES = (
'weblate/media/js/loader.js',
)
PROJECT_APPS = (
'weblate.trans',
'weblate.lang',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment