Skip to content

Commit

Permalink
Merge pull request #356 from nishimura-d/patch-1
Browse files Browse the repository at this point in the history
Seed files also lack namespace
  • Loading branch information
markstory committed Mar 30, 2022
2 parents 6b17905 + 30e3527 commit 6e5f924
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CakePHP/ruleset.xml
Expand Up @@ -23,6 +23,7 @@
<!-- Relax rules from PSR12 -->
<rule ref="PSR1.Classes.ClassDeclaration.MissingNamespace">
<exclude-pattern>*/config/Migrations/*</exclude-pattern>
<exclude-pattern>*/config/Seeds/*</exclude-pattern>
</rule>
<rule ref="PSR1.Files.SideEffects">
<exclude-pattern>*/config/*</exclude-pattern>
Expand Down

0 comments on commit 6e5f924

Please sign in to comment.