Skip to content

Commit 31950c8

Browse files
committed
Exclude failing Generic.WhiteSpace.ScopeIndent.IncorrectExact
1 parent 8009c21 commit 31950c8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

IxDFCodingStandard/ruleset.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,11 @@
187187
<rule ref="Generic.VersionControl.GitMergeConflict"/>
188188
<!-- Generic ruleset end. -->
189189

190+
<!-- @see https://github.com/squizlabs/PHP_CodeSniffer/issues/3875 , remove the exclusion when then fix it released plus update min version -->
191+
<rule ref="Generic.WhiteSpace.ScopeIndent">
192+
<exclude name="Generic.WhiteSpace.ScopeIndent.IncorrectExact"/>
193+
</rule>
194+
190195
<!-- Zend ruleset: -->
191196
<!-- Runs the Zend Code Analyzer (from Zend Studio) on the file. -->
192197
<rule ref="Zend.Debug.CodeAnalyzer"/>

0 commit comments

Comments
 (0)