fix: relax rules

pull/9434/head
Luciano Righetti 2023-12-06 11:06:06 +01:00
parent f5e90d63d0
commit 51e404bb85
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@
<exclude-pattern>*/tests/*</exclude-pattern>
</rule>
<rule ref="PSR1.Methods.CamelCapsMethodName">
<exclude-pattern>*/src/Model/*</exclude-pattern>
<exclude-pattern>*/src/Controller/*</exclude-pattern>
<exclude-pattern>*/src/Command/*</exclude-pattern>
<exclude-pattern>*/src/Shell/*</exclude-pattern>