Release #156
Checkstyle Source Code Analyzer report
1354 violation(s) found
Annotations
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
First sentence of Javadoc is missing an ending period.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck
Line is longer than 120 characters (found 131).
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
First sentence of Javadoc is missing an ending period.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
First sentence of Javadoc is missing an ending period.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck
Package name 'com.raynigon.unit_api.spring_boot_core_starter' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
'import' should be separated from previous line.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
First sentence of Javadoc is missing an ending period.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
First sentence of Javadoc is missing an ending period.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
First sentence of Javadoc is missing an ending period.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
First sentence of Javadoc is missing an ending period.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
First sentence of Javadoc is missing an ending period.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
First sentence of Javadoc is missing an ending period.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
First sentence of Javadoc is missing an ending period.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
First sentence of Javadoc is missing an ending period.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
'member def modifier' has incorrect indentation level 2, expected level should be 4.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
'ctor def modifier' has incorrect indentation level 2, expected level should be 4.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
WhitespaceAround: '{' is not preceded with whitespace.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
'ctor def' child has incorrect indentation level 4, expected level should be 8.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
'ctor def rcurly' has incorrect indentation level 2, expected level should be 4.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
'method def modifier' has incorrect indentation level 2, expected level should be 4.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
'method def' child has incorrect indentation level 4, expected level should be 8.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
'method def rcurly' has incorrect indentation level 2, expected level should be 4.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck
Missing a Javadoc comment.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
WhitespaceAround: '=' is not preceded with whitespace.