-
Couldn't load subscription status.
- Fork 14.8k
KAFKA-19809 CheckStyle version upgrade: 10.20.2 -->> 12.0.1 #20726
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: trunk
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -126,7 +126,7 @@ | |
| </module> | ||
| <module name="ClassDataAbstractionCoupling"> | ||
| <!-- default is 7 --> | ||
| <property name="max" value="25"/> | ||
| <property name="max" value="27"/> | ||
| <property name="excludeClassesRegexps" value="AtomicInteger"/> | ||
| </module> | ||
| <module name="BooleanExpressionComplexity"> | ||
|
|
@@ -136,7 +136,7 @@ | |
|
|
||
| <module name="ClassFanOutComplexity"> | ||
| <!-- default is 20 --> | ||
| <property name="max" value="52"/> | ||
| <property name="max" value="55"/> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In a similar case, we also have three options:
|
||
| </module> | ||
| <module name="CyclomaticComplexity"> | ||
| <!-- default is 10--> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -371,4 +371,8 @@ | |
|
|
||
| <!-- Add the new suppression rule for JaasTestUtils.java --> | ||
| <suppress checks="ImportControl" files="(JaasTestUtils).java" /> | ||
|
|
||
| <suppress checks="FinalLocalVariable" files="."/> | ||
| <suppress checks="FinalParameters" files="."/> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. From my POV both of these checks are overzealous and hence I turned them off, but I'm open to a discussion. Related links:
|
||
|
|
||
| </suppressions> | ||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Options: