Skip to content

Commit 402b0f8

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CodeatCodingStandard/ruleset.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -214,12 +214,12 @@
214214
<property name="maxLinesLength" value="50"/>
215215
</properties>
216216
</rule>
217-
<rule ref="SlevomatCodingStandard.Complexity.Cognitive.ComplexityTooHigh">
217+
<rule ref="SlevomatCodingStandard.Complexity.Cognitive">
218218
<properties>
219219
<property name="maxComplexity" value="10"/>
220220
</properties>
221221
</rule>
222-
<rule ref="SlevomatCodingStandard.Files.FileLength.FileTooLong">
222+
<rule ref="SlevomatCodingStandard.Files.FileLength">
223223
<properties>
224224
<property name="maxLinesLength" value="260"/>
225225
</properties>

0 commit comments

Comments
 (0)