Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

Commit

Permalink
checkstyle xml files
Browse files Browse the repository at this point in the history
  • Loading branch information
elnebuloso committed Nov 10, 2014
1 parent dbcb911 commit 592dcb3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.6.3
6.6.4
3 changes: 2 additions & 1 deletion commons/targets/report/apigen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
todo="Yes"
deprecated="Yes"
wipeout="Yes"
destination="${report.apigen.out}" />
destination="${report.apigen.out}"
report="${report.apigen.out}/apigen-checkstyle.xml" />
</target>


Expand Down
4 changes: 2 additions & 2 deletions commons/targets/report/phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
<fileset dir="${project.root}">
<patternset refid="${report.phpcs.patternset}" />
</fileset>
<formatter type="checkstyle" outfile="${report.phpcs.out}/phpcs.xml" />
<formatter type="checkstyle" outfile="${report.phpcs.out}/phpcs-checkstyle.xml" />
</phpcodesniffer>

<xslt file="${report.phpcs.out}/phpcs.xml" tofile="${report.phpcs.out}/index.html" style="${report.phpcs.xsl}" />
<xslt file="${report.phpcs.out}/phpcs-checkstyle.xml" tofile="${report.phpcs.out}/index.html" style="${report.phpcs.xsl}" />
</target>


Expand Down

0 comments on commit 592dcb3

Please sign in to comment.