Skip to content

Commit

Permalink
Codesniffer: ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Dec 12, 2023
1 parent 6c0322a commit 8619c29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
</properties>
</rule>

<rule ref="SlevomatCodingStandard.PHP.DisallowReference.DisallowedReturningReference">
<exclude-pattern>src/Extensions/Node/*.php</exclude-pattern>
</rule>

<!-- Excludes -->
<exclude-pattern>/tests/tmp</exclude-pattern>
</ruleset>

0 comments on commit 8619c29

Please sign in to comment.