Skip to content

Commit

Permalink
Remove duplicate rule exclusion (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanDelMar committed Sep 17, 2024
1 parent 9fc7c58 commit 5beb45f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
<rule ref="NeutronStandard.Functions.LongFunction.LongFunction">
<exclude-pattern>tests/TypeInferenceTest.php</exclude-pattern>
</rule>
<rule ref="NeutronStandard.Functions.TypeHint.UnusedReturnType">
<exclude-pattern>tests/TypeInferenceTest.php</exclude-pattern>
</rule>
<rule ref="PSR12NeutronRuleset.NamingConventions.MeaningfulVariableName">
<exclude-pattern>tests/</exclude-pattern>
</rule>
Expand Down Expand Up @@ -50,10 +53,4 @@
<rule ref="WordPress.WP.GlobalVariablesOverride">
<exclude-pattern>tests/</exclude-pattern>
</rule>
<rule ref="NeutronStandard.Functions.LongFunction.LongFunction">
<exclude-pattern>tests/TypeInferenceTest.php</exclude-pattern>
</rule>
<rule ref="NeutronStandard.Functions.TypeHint.UnusedReturnType">
<exclude-pattern>tests/TypeInferenceTest.php</exclude-pattern>
</rule>
</ruleset>

0 comments on commit 5beb45f

Please sign in to comment.