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:57 +0300
commitd8c7d8f0184574a98d1e768464ed130013975214 (patch)
treedd72ceb00952e5c8a979b86e462699031b79dc09 /build.xml
parentf04b5cf6fc8d0e118fc708f5b64e6faa54035418 (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 c0e5575768..771975d2cd 100644
--- a/build.xml
+++ b/build.xml
@@ -120,7 +120,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" />