Skip to content

Commit

Permalink
Exclude certain test cases with _
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapio committed Feb 2, 2020
1 parent 39b8ec8 commit 77870d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/phpDocumentor/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

<rule ref="Squiz.Classes.ValidClassName.NotCamelCaps">
<exclude-pattern>**/*_.php</exclude-pattern>
<exclude-pattern>*/tests/*_Test.php</exclude-pattern>
</rule>

<rule ref="PSR1.Methods.CamelCapsMethodName.NotCamelCaps">
Expand Down

0 comments on commit 77870d8

Please sign in to comment.