1
0
Fork 0
mirror of synced 2024-06-14 08:44:49 +12:00

add rule to exclude namespace

This commit is contained in:
Everly Precia Suresh 2022-06-02 14:10:55 +00:00
parent 02838cc1b2
commit da03611109

View file

@ -15,4 +15,8 @@
<rule ref="PSR1.Files.SideEffects.FoundWithSymbols">
<exclude-pattern>*</exclude-pattern>
</rule>
<!-- Exclude namespace check for app/workers directory -->
<rule ref="PSR1.Classes.ClassDeclaration.MissingNamespace">
<exclude-pattern>./app/workers</exclude-pattern>
</rule>
</ruleset>