Skip to content

Commit fcc26e0

Browse files
author
Philipp Kraus
committed
reduce npath complexity
1 parent ec1964e commit fcc26e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checkstyle/style.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@
343343
<module name = "MutableException" />
344344

345345
<module name = "NPathComplexity">
346-
<property name = "max" value = "475" />
346+
<property name = "max" value = "65" />
347347
</module>
348348

349349
<!-- <module name="NeedBraces">

0 commit comments

Comments
 (0)