Skip to content

Commit 8fcf490

Browse files
committed
Remove duplicate rules
Ref #20
1 parent 5918dc8 commit 8fcf490

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
@@ -130,8 +130,6 @@
130130
<rule ref="Squiz.WhiteSpace.LogicalOperatorSpacing" />
131131
<!-- Normalise whitespace around class properties. -->
132132
<rule ref="Squiz.WhiteSpace.MemberVarSpacing" />
133-
<!-- Normalise whitespace around operators. -->
134-
<rule ref="Squiz.WhiteSpace.OperatorSpacing" />
135133
<!-- Normalise whitespace around class properties. -->
136134
<rule ref="Squiz.WhiteSpace.PropertyLabelSpacing" />
137135

@@ -179,8 +177,6 @@
179177
<rule ref="PSR12.Keywords.ShortFormTypeKeywords" />
180178
<!-- Prevent overly-enthusiastic use of compound namespaces. -->
181179
<rule ref="PSR12.Namespaces.CompoundNamespaceDepth" />
182-
<!-- Normalise whitespace surrounding operators. -->
183-
<rule ref="PSR12.Operators.OperatorSpacing" />
184180
<!-- Ensure class constants have scoping operators. -->
185181
<rule ref="PSR12.Properties.ConstantVisibility" />
186182
<!-- Validate use statements. -->

0 commit comments

Comments
 (0)