Skip to content

Commit 881aedc

Browse files
committed
fix ci codesniffer ruleset compatibility
1 parent 92039df commit 881aedc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ruleset.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@
33
<!-- Extending ruleset -->
44
<rule ref="vendor/ninjify/coding-standard/contributte.xml">
55
<exclude name="Generic.Formatting.SpaceAfterCast.NoSpace"/>
6+
<exclude name="Generic.WhiteSpace.ScopeIndent"/>
67
<exclude name="Squiz.Commenting.FunctionComment.SpacingAfter"/>
78
<exclude name="Squiz.Commenting.VariableComment.Missing"/>
9+
<exclude name="SlevomatCodingStandard.ControlStructures.BlockControlStructureSpacing"/>
810
<exclude name="SlevomatCodingStandard.ControlStructures.EarlyExit"/>
911
<exclude name="SlevomatCodingStandard.ControlStructures.RequireTernaryOperator"/>
1012
<exclude
1113
name="SlevomatCodingStandard.ControlStructures.RequireMultiLineTernaryOperator.MultiLineTernaryOperatorNotUsed"/>
14+
<exclude name="SlevomatCodingStandard.TypeHints.DeclareStrictTypes"/>
1215
</rule>
1316

1417
<!-- Project rules -->

0 commit comments

Comments
 (0)