Skip to content

Commit 0dd21e9

Browse files
authored
Merge pull request #8 from chadicus/develop
Remove strict indentation
2 parents 792abe6 + 93c3852 commit 0dd21e9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Chadicus/ruleset.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,4 @@
2727
<rule ref="Squiz.Commenting.FunctionComment.ScalarTypeHintMissing">
2828
<type>warning</type>
2929
</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>
3830
</ruleset>

0 commit comments

Comments
 (0)