We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 465601d commit a4fff24Copy full SHA for a4fff24
ruleset.xml
@@ -6,7 +6,8 @@
6
7
<rule ref="category/java/design.xml/NPathComplexity">
8
<properties>
9
- <property name="reportLevel" value="150" />
+ <property name="minimum" value="10" />
10
+ <property name="reportLevel" value="100" />
11
</properties>
12
</rule>
13
</ruleset>
0 commit comments