We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da88416 commit 1b5b0c2Copy full SHA for 1b5b0c2
build.xml
@@ -40,7 +40,7 @@
40
<!-- Generate pmd.xml -->
41
<target name="phpmd">
42
<exec executable="phpmd">
43
- <arg line="PHP xml codesize,unusedcode --reportfile ${basedir}/build/logs/pmd.xml" />
+ <arg line="PHP xml codesize,design,naming,unusedcode --reportfile ${basedir}/build/logs/pmd.xml" />
44
</exec>
45
</target>
46
0 commit comments