Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #33 from elbgoods/bugfix/disable-phpmd-long-classname
Browse files Browse the repository at this point in the history
disable PHP-MD Naming\LongClassName rule
  • Loading branch information
mstaack authored Sep 7, 2020
2 parents a9468a6 + 9469cf4 commit 59faf28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/phpmd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<rule ref="rulesets/naming.xml">
<exclude name="ShortVariable" />
<exclude name="LongVariable" />
<exclude name="LongClassName" />
</rule>
<rule ref="rulesets/naming.xml/ShortVariable">
<properties>
Expand Down

0 comments on commit 59faf28

Please sign in to comment.