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.
1 parent 8009c21 commit 31950c8Copy full SHA for 31950c8
IxDFCodingStandard/ruleset.xml
@@ -187,6 +187,11 @@
187
<rule ref="Generic.VersionControl.GitMergeConflict"/>
188
<!-- Generic ruleset end. -->
189
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
+
195
<!-- Zend ruleset: -->
196
<!-- Runs the Zend Code Analyzer (from Zend Studio) on the file. -->
197
<rule ref="Zend.Debug.CodeAnalyzer"/>
0 commit comments