Skip to content

Commit 4915a99

Browse files
authored
Remove commented rules from ruleset (#21)
1 parent 31a6c47 commit 4915a99

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

Proton/ruleset.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,6 @@
118118
</properties>
119119
</rule>
120120

121-
<!-- <rule ref="Squiz.Strings.ConcatenationSpacing">
122-
<properties>
123-
<property name="spacing" value="1"/>
124-
<property name="ignoreNewlines" value="true"/>
125-
</properties>
126-
</rule> -->
127-
128121
<!-- # Slevomat Coding Standard -->
129122
<!-- https://github.com/slevomat/coding-standard -->
130123

@@ -245,15 +238,6 @@
245238

246239
<rule ref="SlevomatCodingStandard.Exceptions.RequireNonCapturingCatch"/>
247240

248-
<!-- <rule ref="SlevomatCodingStandard.ControlStructures.EarlyExit">
249-
<properties>
250-
<property name="ignoreStandaloneIfInScope" value="0"/>
251-
</properties>
252-
</rule> -->
253-
<!--<rule ref="SlevomatCodingStandard.Operators.RequireCombinedAssignmentOperator"/>-->
254-
<!--<rule ref="SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameInAnnotation"/>-->
255-
<!--<rule ref="SlevomatCodingStandard.Functions.UnusedParameter"/>-->
256-
257241
<!--
258242
If you want to completely disable an error message in a sniff
259243
but you don't want to exclude the whole sniff, you can

0 commit comments

Comments
 (0)