Skip to content

Commit 556cf9b

Browse files
committed
feat(slevomat): support for new sniff
1 parent 284faf5 commit 556cf9b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CodeatCodingStandard/ruleset.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,4 +214,14 @@
214214
<property name="maxLinesLength" value="50"/>
215215
</properties>
216216
</rule>
217+
<rule ref="SlevomatCodingStandard.Complexity.Cognitive.ComplexityTooHigh">
218+
<properties>
219+
<property name="maxComplexity" value="10"/>
220+
</properties>
221+
</rule>
222+
<rule ref="SlevomatCodingStandard.Files.FileLength.FileTooLong">
223+
<properties>
224+
<property name="maxLinesLength" value="260"/>
225+
</properties>
226+
</rule>
217227
</ruleset>

0 commit comments

Comments
 (0)