Merge branch 'QA_4_2'
This commit is contained in:
commit
88ba587db8
15
build.xml
15
build.xml
@ -120,8 +120,19 @@
|
||||
</exec>
|
||||
</target>
|
||||
|
||||
<target name="jshint" description="Javascript checks">
|
||||
<apply executable="jshint" output="${basedir}/build/logs/jslint.xml" parallel="true">
|
||||
<target name="jshint" description="Javascript checks">
|
||||
<apply executable="jshint" output="${basedir}/build/logs/jshint-jslint.xml" parallel="true">
|
||||
<arg line="--config ./.jshintrc --reporter=jslint" />
|
||||
<fileset dir="${basedir}">
|
||||
<include name="js/pmd/*.js" />
|
||||
<include name="js/*.js" />
|
||||
<include name="setup/*.js" />
|
||||
</fileset>
|
||||
</apply>
|
||||
</target>
|
||||
|
||||
<target name="jshint-checkstyle" description="Javascript checks">
|
||||
<apply executable="jshint" output="${basedir}/build/logs/jshint-checkstyle.xml" parallel="true">
|
||||
<arg line="--config ./.jshintrc --reporter=checkstyle" />
|
||||
<fileset dir="${basedir}">
|
||||
<include name="js/pmd/*.js" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user