We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 177084b commit 0e16cc7Copy full SHA for 0e16cc7
phpmd.xml
@@ -17,7 +17,19 @@
17
<rule ref="rulesets/codesize.xml/CyclomaticComplexity">
18
<priority>1</priority>
19
<properties>
20
- <property name="reportLevel" value="20"/>
+ <property name="reportLevel" value="50"/>
21
+ </properties>
22
+ </rule>
23
+ <rule ref="rulesets/codesize.xml/NPathComplexity">
24
+ <priority>1</priority>
25
+ <properties>
26
+ <property name="minimum" value="1000"/>
27
28
29
+ <rule ref="rulesets/codesize.xml/ExcessiveClassComplexity">
30
31
32
+ <property name="maximum" value="150"/>
33
</properties>
34
</rule>
35
<rule ref="rulesets/controversial.xml">
0 commit comments