Skip to content

Commit

Permalink
QA: update codesniffer
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Dec 1, 2023
1 parent faec92a commit f735c24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ruleset.xml
Expand Up @@ -3,7 +3,7 @@
<!-- Rulesets -->
<rule ref="./vendor/contributte/qa/ruleset-8.0.xml"/>

<!-- Specific rules -->
<!-- Rules -->
<rule ref="SlevomatCodingStandard.Files.TypeNameMatchesFileName">
<properties>
<property name="rootNamespaces" type="array">
Expand All @@ -13,6 +13,6 @@
</properties>
</rule>

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

0 comments on commit f735c24

Please sign in to comment.