Skip to content

Commit

Permalink
improve exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
crstauf committed Aug 16, 2024
1 parent ecb4ca9 commit 3e09bcd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,8 @@
<exclude-pattern>tests/*</exclude-pattern>
</rule>

<rule ref="PEAR.NamingConventions.ValidClassName.Invalid">
<exclude-pattern>classes/*</exclude-pattern>
<exclude-pattern>deprecated/*</exclude-pattern>
<exclude-pattern>lib/*</exclude-pattern>
<exclude-pattern>test/*</exclude-pattern>
<rule ref="PEAR.NamingConventions.ValidClassName">
<exclude name="PEAR.NamingConventions.ValidClassName.Invalid" />
</rule>

<rule ref="PEAR.Functions.FunctionCallSignature">
Expand Down

0 comments on commit 3e09bcd

Please sign in to comment.