Skip to content

Commit

Permalink
Run PHP_CodeSniffer on InpsydeTemplates folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tfrommen committed Mar 27, 2024
1 parent 838d8a0 commit ae7a7bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<description>PHP 7.4+ coding standards for Syde WordPress projects.</description>

<file>Inpsyde</file>
<file>InpsydeTemplates</file>
<file>./tests/src</file>
<file>./tests/unit/cases</file>
<file>./tests/e2e/cases</file>
Expand All @@ -29,6 +30,7 @@

<rule ref="Inpsyde.CodeQuality.Psr4">
<exclude-pattern>./Inpsyde/Sniffs/</exclude-pattern>
<exclude-pattern>./InpsydeTemplates/Sniffs/</exclude-pattern>
<properties>
<property name="psr4" type="array">
<element key="Inpsyde\CodingStandard\Helpers" value="Inpsyde/Helpers"/>
Expand Down

0 comments on commit ae7a7bb

Please sign in to comment.