Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/QA_4_2' into QA_4_2
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Nov 5, 2014
2 parents 403c9d2 + d8c7d8f commit ad8ed1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -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" />
Expand Down

0 comments on commit ad8ed1d

Please sign in to comment.