Skip to content

Commit 885374b

Browse files
authored
Merge pull request #146 from bigbite/chore/dedupe
Remove duplicate rules
2 parents 3cb71f6 + 3ff83e7 commit 885374b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

BigBite/ruleset.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@
127127
<rule ref="Squiz.WhiteSpace.LogicalOperatorSpacing" />
128128
<!-- Normalise whitespace around class properties. -->
129129
<rule ref="Squiz.WhiteSpace.MemberVarSpacing" />
130-
<!-- Normalise whitespace around operators. -->
131-
<rule ref="Squiz.WhiteSpace.OperatorSpacing" />
132130
<!-- Normalise whitespace around class properties. -->
133131
<rule ref="Squiz.WhiteSpace.PropertyLabelSpacing" />
134132

@@ -162,8 +160,6 @@
162160
<rule ref="PSR12.Files.OpenTag" />
163161
<!-- Prevent overly-enthusiastic use of compound namespaces. -->
164162
<rule ref="PSR12.Namespaces.CompoundNamespaceDepth" />
165-
<!-- Normalise whitespace surrounding operators. -->
166-
<rule ref="PSR12.Operators.OperatorSpacing" />
167163
<!-- Ensure class constants have scoping operators. -->
168164
<rule ref="PSR12.Properties.ConstantVisibility" />
169165
<!-- Validate use statements. -->

0 commit comments

Comments
 (0)