Skip to content

Commit 997b748

Browse files
committed
CheckStyle changes for ExtractTopic Map support
1 parent adb634f commit 997b748

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

config/checkstyle/checkstyle.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<!-- See http://checkstyle.sourceforge.net/config_imports.html#ImportOrder -->
6969
<module name="ImportOrder">
7070
<property name="option" value="bottom"/>
71-
<property name="groups" value="javax.,java.,org.apache.kafka.,io.aiven."/>
71+
<property name="groups" value="com.google.,javax.,java.,org.apache.kafka.,io.aiven."/>
7272
<property name="ordered" value="true"/>
7373
<property name="separated" value="true"/>
7474
<property name="separatedStaticGroups" value="true"/>
@@ -288,8 +288,9 @@
288288
<module name="ClassFanOutComplexity"/>
289289

290290
<!-- See http://checkstyle.sourceforge.net/config_metrics.html#CyclomaticComplexity -->
291-
<module name="CyclomaticComplexity"/>
292-
291+
<module name="CyclomaticComplexity">
292+
<property name="max" value="11"/>
293+
</module>
293294
<!-- See http://checkstyle.sourceforge.net/config_metrics.html#JavaNCSS -->
294295
<module name="JavaNCSS"/>
295296

0 commit comments

Comments
 (0)