Skip to content

Commit

Permalink
SDK-4641 update phpcs.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyspryker committed Oct 25, 2023
1 parent 1b27d04 commit 89b29be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

<file>src/</file>

<exclude-pattern>*/src/Generated/*</exclude-pattern>
<exclude-pattern>*/src/Orm/*/Base/</exclude-pattern>
<exclude-pattern>*/src/Orm/*/Map/</exclude-pattern>
<exclude-pattern>*/src/Orm/Propel/</exclude-pattern>

<rule ref="Spryker.Namespaces.UseStatement"/>
<rule ref="Spryker.Namespaces.UseWithAliasing"/>
</ruleset>

0 comments on commit 89b29be

Please sign in to comment.