mirror of
https://github.com/friendica/friendica
synced 2025-02-19 09:26:47 +00:00
Increate ExcessiveClassComplexity rule to 800
This commit is contained in:
parent
40f467fb72
commit
c64d80fef9
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
<rule ref="rulesets/codesize.xml/ExcessiveClassComplexity">
|
||||
<priority>3</priority>
|
||||
<properties>
|
||||
<property name="maximum" value="700" />
|
||||
<property name="maximum" value="800" />
|
||||
</properties>
|
||||
</rule>
|
||||
<rule ref="rulesets/codesize.xml/CyclomaticComplexity">
|
||||
|
|
Loading…
Add table
Reference in a new issue