Skip to content

Commit

Permalink
Allow missing namespace in select areas via phpcs (#16470)
Browse files Browse the repository at this point in the history
Allow missing namespace in select areas

Co-authored-by: Jim Graham <info@sparkmediagroup.com>
  • Loading branch information
smg6511 and Jim Graham authored Sep 19, 2023
1 parent 8feb62f commit c948618
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,10 @@
<rule ref="PSR12">
<exclude name="Squiz.Classes.ValidClassName.NotCamelCaps"/>
</rule>
<rule ref="PSR1.Classes.ClassDeclaration.MissingNamespace">
<exclude-pattern>core/src/Revolution/Processors/Element/TemplateVar/Renders/mgr/</exclude-pattern>
<exclude-pattern>core/src/Revolution/Processors/Element/TemplateVar/Renders/web/</exclude-pattern>
<exclude-pattern>manager/controllers/default/</exclude-pattern>
</rule>
<rule ref="PHPCompatibility"/>
</ruleset>

0 comments on commit c948618

Please sign in to comment.