Skip to content

Commit b54798c

Browse files
committed
Allow if-nesting with depth of 4.
Yes, it brings a congnitive challenge right now, but on the other hand the refactoring of the `DefaultNeo4jEntityConverter#createInstanceOfRelationships` is a challenge on its own.
1 parent bf44942 commit b54798c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/checkstyle/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<property name="max" value="3" />
4444
</module>
4545
<module name="com.puppycrawl.tools.checkstyle.checks.coding.NestedIfDepthCheck">
46-
<property name="max" value="3" />
46+
<property name="max" value="4" />
4747
</module>
4848
<module name="com.puppycrawl.tools.checkstyle.checks.coding.NestedTryDepthCheck">
4949
<property name="max" value="3" />

0 commit comments

Comments
 (0)