File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 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 -->
You can’t perform that action at this time.
0 commit comments