Обновить SeptCodingStandard/ruleset.xml
This commit is contained in:
@@ -49,6 +49,10 @@
|
|||||||
|
|
||||||
<exclude name="Squiz.Strings.ConcatenationSpacing.PaddingFound" />
|
<exclude name="Squiz.Strings.ConcatenationSpacing.PaddingFound" />
|
||||||
|
|
||||||
|
<exclude name="SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingTraversableTypeHintSpecification" />
|
||||||
|
<exclude name="SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingTraversableTypeHintSpecification" />
|
||||||
|
<exclude name="SlevomatCodingStandard.TypeHints.PropertyTypeHint.MissingTraversableTypeHintSpecification" />
|
||||||
|
<exclude name="SlevomatCodingStandard.Attributes.RequireAttributeAfterDocComment.AttributeBeforeDocComment" />
|
||||||
</rule>
|
</rule>
|
||||||
|
|
||||||
<!-- Force array element indentation with 4 spaces -->
|
<!-- Force array element indentation with 4 spaces -->
|
||||||
@@ -676,7 +680,8 @@
|
|||||||
</rule>
|
</rule>
|
||||||
|
|
||||||
<!-- Forbid spaces before semicolon `;` -->
|
<!-- Forbid spaces before semicolon `;` -->
|
||||||
<rule ref="Squiz.WhiteSpace.SemicolonSpacing"/>
|
<!-- <rule ref="Squiz.WhiteSpace.SemicolonSpacing"/> -->
|
||||||
|
|
||||||
<!-- Forbid superfluous whitespaces -->
|
<!-- Forbid superfluous whitespaces -->
|
||||||
<rule ref="Squiz.WhiteSpace.SuperfluousWhitespace">
|
<rule ref="Squiz.WhiteSpace.SuperfluousWhitespace">
|
||||||
<properties>
|
<properties>
|
||||||
|
|||||||
Reference in New Issue
Block a user