Skip to content

Commit

Permalink
Exclude a rule from PHPMD
Browse files Browse the repository at this point in the history
  • Loading branch information
christeredvartsen committed Nov 5, 2011
1 parent aa93c42 commit 84f2b27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion phpmd.xml.dist
Expand Up @@ -10,5 +10,7 @@
<rule ref="rulesets/naming.xml">
<exclude name="ShortVariable" />
</rule>
<rule ref="rulesets/unusedcode.xml" />
<rule ref="rulesets/unusedcode.xml">
<exclude name="UnusedFormalParameter" />
</rule>
</ruleset>

0 comments on commit 84f2b27

Please sign in to comment.