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ř <mcihar@suse.cz>2013-04-15 18:09:16 +0400
committerMichal Čihař <mcihar@suse.cz>2013-04-15 18:20:04 +0400
commitb044cfc3b2b3c1a92d1bf61d00d23edf107d5534 (patch)
treefb21f45adf61cf74561b39c9a5099139de7aac45 /build.xml
parent505a5a36566f57456303552936fdb55abec6ebef (diff)
Use own jshint configuration
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 712fa6db2b..6f41a523c6 100644
--- a/build.xml
+++ b/build.xml
@@ -107,7 +107,7 @@
<target name="jshint" description="Javascript checks">
<exec executable="jshint" output="${basedir}/build/logs/jslint.xml">
- <arg line="--jslint-reporter ${js-list}" />
+ <arg line="--config ./.jshintrc --jslint-reporter ${js-list}" />
</exec>
</target>