Skip to content

Commit

Permalink
Added some more modules to be included in the PHPMD code size check
Browse files Browse the repository at this point in the history
  • Loading branch information
timmartin committed Dec 10, 2010
1 parent 8d3d2a1 commit 1074461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -40,6 +40,6 @@
<target name="phpmd">
<mkdir dir="${reports.dir}/phpmd" />
<exec command="phpmd lib xml unusedcode --reportfile ${reports.dir}/phpmd/unusedcode.xml" />
<exec command="phpmd lib/CSVImporter.php,lib/pData.php xml codesize --reportfile ${reports.dir}/phpmd/codesize.xml" />
<exec command="phpmd lib/CSVImporter.php,lib/pData.php,lib/Color.php,lib/Point.php xml codesize --reportfile ${reports.dir}/phpmd/codesize.xml" />
</target>
</project>

0 comments on commit 1074461

Please sign in to comment.