From ecb0cdc14f3a9e988783e47a43a3fa3f4c100267 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Fri, 18 Jan 2013 13:31:51 -0500 Subject: [PATCH] Don't report long variables. --- tests/phpmd.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/phpmd.xml b/tests/phpmd.xml index a4035b98ea5..c55950cf181 100644 --- a/tests/phpmd.xml +++ b/tests/phpmd.xml @@ -7,6 +7,7 @@ <exclude name="EvalExpression" /> </rule> <rule ref="rulesets/naming.xml"> + <exclude name="LongVariable" /> <exclude name="ShortVariable" /> <exclude name="ShortMethodName" /> </rule> -- GitLab