Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2014-11-05 11:27:01 +0300
committerMichal Čihař <michal@cihar.com>2014-11-05 11:27:08 +0300
commita2c5d82b9d69801b17fc61ff4dd27df717293b0d (patch)
tree92aead301b6118bc0c3403d76a86d4fa413754a1 /build.xml
parentee0d19069b2feeb46f462765a86cc434bf993c4b (diff)
Fix configuration for jshint to generate checkstyle compatible reports
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 8250230437..e4289a115e 100644
--- a/build.xml
+++ b/build.xml
@@ -122,7 +122,7 @@
<target name="jshint" description="Javascript checks">
<apply executable="jshint" output="${basedir}/build/logs/jslint.xml" parallel="true">
- <arg line="--config ./.jshintrc --jslint-reporter" />
+ <arg line="--config ./.jshintrc --reporter=checkstyle" />
<fileset dir="${basedir}">
<include name="js/pmd/*.js" />
<include name="js/*.js" />