Skip to content

Commit

Permalink
fix: exclude phpcs camel for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ulcuber committed Jan 18, 2024
1 parent 7851031 commit 3ad9a01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@

<ini name="memory_limit" value="128M"/>

<rule ref="PSR1.Methods.CamelCapsMethodName.NotCamelCaps">
<exclude-pattern>*/tests/*</exclude-pattern>
</rule>
<rule ref="PSR12">
<exclude name="PSR12.Files.FileHeader.SpacingInsideBlock"/>
<exclude name="PSR12.Traits.UseDeclaration.MultipleImport"/>
Expand Down

0 comments on commit 3ad9a01

Please sign in to comment.