Skip to content

Commit ba818c1

Browse files
committed
feat(cs): rule deprecated
1 parent 28ff27d commit ba818c1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

CodeatCodingStandard/ruleset.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -233,11 +233,6 @@
233233
<property name="maxLinesLength" value="50"/>
234234
</properties>
235235
</rule>
236-
<rule ref="SlevomatCodingStandard.Files.FunctionLength">
237-
<properties>
238-
<property name="maxLinesLength" value="50"/>
239-
</properties>
240-
</rule>
241236
<rule ref="SlevomatCodingStandard.Complexity.Cognitive">
242237
<properties>
243238
<property name="maxComplexity" value="10"/>

0 commit comments

Comments
 (0)