Skip to content

Add Validation Messages #1144

Add Validation Messages

Add Validation Messages #1144

GitHub Actions / Checkstyle completed Oct 25, 2023 in 0s

Checkstyle Source Code Analyzer report

1355 violation(s) found

Annotations

Check warning on line 12 in spring-boot-core-starter/src/main/java/com/raynigon/unit/api/core/UnitApiCoreConfiguration.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck

First sentence of Javadoc is missing an ending period.

Check warning on line 22 in spring-boot-core-starter/src/main/java/com/raynigon/unit/api/core/UnitApiCoreConfiguration.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck

Line is longer than 120 characters (found 131).

Check warning on line 30 in spring-boot-core-starter/src/main/java/com/raynigon/unit/api/core/UnitApiCoreConfiguration.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck

First sentence of Javadoc is missing an ending period.

Check warning on line 40 in spring-boot-core-starter/src/main/java/com/raynigon/unit/api/core/UnitApiCoreConfiguration.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck

First sentence of Javadoc is missing an ending period.

Check warning on line 1 in spring-boot-core-starter/build/generated/sources/version/java/com/raynigon/unit_api/spring_boot_core_starter/BuildVersion.java

See this annotation in the file changed.

@github-actions 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]*)*$'.

Check warning on line 2 in spring-boot-core-starter/build/generated/sources/version/java/com/raynigon/unit_api/spring_boot_core_starter/BuildVersion.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck

'import' should be separated from previous line.

Check warning on line 9 in spring-boot-core-starter/build/generated/sources/version/java/com/raynigon/unit_api/spring_boot_core_starter/BuildVersion.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck

First sentence of Javadoc is missing an ending period.

Check warning on line 14 in spring-boot-core-starter/build/generated/sources/version/java/com/raynigon/unit_api/spring_boot_core_starter/BuildVersion.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck

First sentence of Javadoc is missing an ending period.

Check warning on line 20 in spring-boot-core-starter/build/generated/sources/version/java/com/raynigon/unit_api/spring_boot_core_starter/BuildVersion.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck

First sentence of Javadoc is missing an ending period.

Check warning on line 25 in spring-boot-core-starter/build/generated/sources/version/java/com/raynigon/unit_api/spring_boot_core_starter/BuildVersion.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck

First sentence of Javadoc is missing an ending period.

Check warning on line 30 in spring-boot-core-starter/build/generated/sources/version/java/com/raynigon/unit_api/spring_boot_core_starter/BuildVersion.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck

First sentence of Javadoc is missing an ending period.

Check warning on line 35 in spring-boot-core-starter/build/generated/sources/version/java/com/raynigon/unit_api/spring_boot_core_starter/BuildVersion.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck

First sentence of Javadoc is missing an ending period.

Check warning on line 40 in spring-boot-core-starter/build/generated/sources/version/java/com/raynigon/unit_api/spring_boot_core_starter/BuildVersion.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck

First sentence of Javadoc is missing an ending period.

Check warning on line 45 in spring-boot-core-starter/build/generated/sources/version/java/com/raynigon/unit_api/spring_boot_core_starter/BuildVersion.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck

First sentence of Javadoc is missing an ending period.

Check warning on line 14 in spring-boot-jackson-starter/src/main/java/com/raynigon/unit/api/jackson/UnitApiJacksonConfiguration.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck

'member def modifier' has incorrect indentation level 2, expected level should be 4.

Check warning on line 16 in spring-boot-jackson-starter/src/main/java/com/raynigon/unit/api/jackson/UnitApiJacksonConfiguration.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck

'ctor def modifier' has incorrect indentation level 2, expected level should be 4.

Check warning on line 16 in spring-boot-jackson-starter/src/main/java/com/raynigon/unit/api/jackson/UnitApiJacksonConfiguration.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck

WhitespaceAround: '{' is not preceded with whitespace.

Check warning on line 17 in spring-boot-jackson-starter/src/main/java/com/raynigon/unit/api/jackson/UnitApiJacksonConfiguration.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck

'ctor def' child has incorrect indentation level 4, expected level should be 8.

Check warning on line 18 in spring-boot-jackson-starter/src/main/java/com/raynigon/unit/api/jackson/UnitApiJacksonConfiguration.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck

'ctor def rcurly' has incorrect indentation level 2, expected level should be 4.

Check warning on line 20 in spring-boot-jackson-starter/src/main/java/com/raynigon/unit/api/jackson/UnitApiJacksonConfiguration.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck

'method def modifier' has incorrect indentation level 2, expected level should be 4.

Check warning on line 22 in spring-boot-jackson-starter/src/main/java/com/raynigon/unit/api/jackson/UnitApiJacksonConfiguration.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck

'method def' child has incorrect indentation level 4, expected level should be 8.

Check warning on line 26 in spring-boot-jackson-starter/src/main/java/com/raynigon/unit/api/jackson/UnitApiJacksonConfiguration.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck

'method def rcurly' has incorrect indentation level 2, expected level should be 4.

Check warning on line 11 in spring-boot-jackson-starter/src/main/java/com/raynigon/unit/api/jackson/UnitApiJacksonProperties.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck

Missing a Javadoc comment.

Check warning on line 11 in spring-boot-jackson-starter/src/main/java/com/raynigon/unit/api/jackson/UnitApiJacksonProperties.java

See this annotation in the file changed.

@github-actions 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)

Check warning on line 11 in spring-boot-jackson-starter/src/main/java/com/raynigon/unit/api/jackson/UnitApiJacksonProperties.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck

WhitespaceAround: '=' is not preceded with whitespace.