Skip to content

Commit

Permalink
refactor: update root phpcs.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
shvlv committed Mar 7, 2024
1 parent 9693025 commit 63f97c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<file>./Inpsyde/Helpers</file>
<file>./Inpsyde/Sniffs</file>
<file>./tests/src</file>
<file>./tests/cases</file>
<file>./tests/e2e/E2eTest.php</file>
<file>./tests/unit/cases</file>
<file>./tests/e2e/cases</file>

<!--
PHP 7.4 and higher.
Expand All @@ -25,7 +25,7 @@
</rule>

<rule ref="Inpsyde.CodeQuality.FunctionLength">
<exclude-pattern>./tests/cases/</exclude-pattern>
<exclude-pattern>./tests/unit/cases/</exclude-pattern>
</rule>

</ruleset>

0 comments on commit 63f97c0

Please sign in to comment.