Skip to content

Commit 9366b53

Browse files
committed
Remove duplicate rule exclusion
1 parent 9fc7c58 commit 9366b53

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

phpcs.xml.dist

+3-6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
<rule ref="NeutronStandard.Functions.LongFunction.LongFunction">
1717
<exclude-pattern>tests/TypeInferenceTest.php</exclude-pattern>
1818
</rule>
19+
<rule ref="NeutronStandard.Functions.TypeHint.UnusedReturnType">
20+
<exclude-pattern>tests/TypeInferenceTest.php</exclude-pattern>
21+
</rule>
1922
<rule ref="PSR12NeutronRuleset.NamingConventions.MeaningfulVariableName">
2023
<exclude-pattern>tests/</exclude-pattern>
2124
</rule>
@@ -50,10 +53,4 @@
5053
<rule ref="WordPress.WP.GlobalVariablesOverride">
5154
<exclude-pattern>tests/</exclude-pattern>
5255
</rule>
53-
<rule ref="NeutronStandard.Functions.LongFunction.LongFunction">
54-
<exclude-pattern>tests/TypeInferenceTest.php</exclude-pattern>
55-
</rule>
56-
<rule ref="NeutronStandard.Functions.TypeHint.UnusedReturnType">
57-
<exclude-pattern>tests/TypeInferenceTest.php</exclude-pattern>
58-
</rule>
5956
</ruleset>

0 commit comments

Comments
 (0)