We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 792abe6 + 93c3852 commit 0dd21e9Copy full SHA for 0dd21e9
Chadicus/ruleset.xml
@@ -27,12 +27,4 @@
27
<rule ref="Squiz.Commenting.FunctionComment.ScalarTypeHintMissing">
28
<type>warning</type>
29
</rule>
30
-
31
- <!-- Enforce strict indentation -->
32
- <rule ref="Generic.WhiteSpace.ScopeIndent">
33
- <properties>
34
- <property name="ignoreIndentationTokens" type="array" value="T_COMMENT,T_DOC_COMMENT_OPEN_TAG"/>
35
- <property name="exact" value="true"/>
36
- </properties>
37
- </rule>
38
</ruleset>
0 commit comments