Skip to content

Release

Release #156

Triggered via pull request October 6, 2023 20:21
@raynigonraynigon
opened #404
Status Success
Total duration 14s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

labeler.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

1000 warnings
triage
The following actions uses node12 which is deprecated and will be forced to run on node16: ffittschen/pr-branch-labeler@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck: spring-boot-core-starter/build/generated/sources/version/java/com/raynigon/unit_api/spring_boot_core_starter/BuildVersion.java#L1
Package name 'com.raynigon.unit_api.spring_boot_core_starter' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'.
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: spring-boot-jackson-starter/src/main/java/com/raynigon/unit/api/jackson/UnitApiJacksonProperties.java#L11
WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: spring-boot-jackson-starter/src/main/java/com/raynigon/unit/api/jackson/UnitApiJacksonProperties.java#L33
WhitespaceAround: '->' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck: spring-boot-jackson-starter/build/generated/sources/version/java/com/raynigon/unit_api/spring_boot_jackson_starter/BuildVersion.java#L1
Package name 'com.raynigon.unit_api.spring_boot_jackson_starter' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: spring-boot-jpa-starter/src/main/java/com/raynigon/unit/api/jpa/annotation/JpaUnit.java#L24
'annotation field def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: spring-boot-jpa-starter/src/main/java/com/raynigon/unit/api/jpa/annotation/JpaUnit.java#L31
'annotation field def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: spring-boot-jpa-starter/src/main/java/com/raynigon/unit/api/jpa/annotation/JpaUnit.java#L38
'annotation field def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: spring-boot-jpa-starter/src/main/java/com/raynigon/unit/api/jpa/annotation/JpaUnit.java#L46
'annotation field def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck: spring-boot-jpa-starter/build/generated/sources/version/java/com/raynigon/unit_api/spring_boot_jpa_starter/BuildVersion.java#L1
Package name 'com.raynigon.unit_api.spring_boot_jpa_starter' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'.
com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck: spring-boot-springdoc-starter/build/generated/sources/version/java/com/raynigon/unit_api/spring_boot_springdoc_starter/BuildVersion.java#L1
Package name 'com.raynigon.unit_api.spring_boot_springdoc_starter' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'.
com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/service/UnitsApiService.java#L40
All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '27'.
com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/quantities/ComparableQuantity.java#L162
All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '68'.
com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/quantities/ComparableQuantity.java#L175
All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '78'.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/ValueSupplier.java#L54
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/ScaleHelper.java#L285
'UnsupportedOperationException' has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Nameable.java#L50
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.naming.LambdaParameterNameCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/CalculusUtils.java#L91
Lambda parameter name 'NumberSystem' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'.
com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/numbersystem/types/BigDecimalHelper.java#L103
All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '40'.
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/numbersystem/DefaultNumberType.java#L4
Using the '.*' form of import should be avoided - com.raynigon.unit.api.core.function.numbersystem.types.*.
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/numbersystem/DefaultNumberSystem.java#L38
Using the '.*' form of import should be avoided - com.raynigon.unit.api.core.function.numbersystem.types.*.
com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/numbersystem/DefaultNumberSystem.java#L48
Using the '.*' form of import should be avoided - com.raynigon.unit.api.core.function.numbersystem.DefaultNumberType.*.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/UnitSupplier.java#L54
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Converter.java#L55
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L45
'member def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L46
'member def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L47
'member def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L49
'ctor def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L50
'ctor def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L51
'ctor def rcurly' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L53
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L55
'synchronized' child has incorrect indentation level 6, expected level should be 12.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L56
'synchronized rcurly' has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L57
'method def rcurly' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L59
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L61
'synchronized' child has incorrect indentation level 6, expected level should be 12.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L62
'synchronized' child has incorrect indentation level 6, expected level should be 12.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L63
'synchronized rcurly' has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L64
'method def rcurly' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L66
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L71
'synchronized' child has incorrect indentation level 6, expected level should be 12.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L72
'synchronized' child has incorrect indentation level 6, expected level should be 12.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L73
'synchronized rcurly' has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L74
'method def rcurly' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L76
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L83
'synchronized' child has incorrect indentation level 6, expected level should be 12.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L84
'synchronized' child has incorrect indentation level 6, expected level should be 12.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L85
'synchronized rcurly' has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/function/Lazy.java#L86
'method def rcurly' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/si/time/Minute.java#L8
'ctor def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/si/time/Hour.java#L8
'ctor def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/si/SISystem.java#L16
Abbreviation in name 'SISystem' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/si/SISystem.java#L18
'member def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/si/SISystem.java#L20
'member def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/si/SISystem.java#L22
'member def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/si/SISystem.java#L24
'member def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/si/SISystem.java#L26
'ctor def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/si/SISystem.java#L30
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/si/SISystem.java#L31
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/si/SISystem.java#L32
'method def rcurly' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/si/SISystem.java#L34
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/si/SISystem.java#L35
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/si/SISystem.java#L36
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/si/SISystem.java#L40
'method def rcurly' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/si/SISystem.java#L42
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/si/SISystem.java#L44
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/si/SISystem.java#L45
'method def rcurly' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/si/SISystem.java#L47
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/si/SISystem.java#L50
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/si/SISystem.java#L51
'method def rcurly' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/si/SISystem.java#L53
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/si/SISystem.java#L55
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/si/SISystem.java#L56
'method def rcurly' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/si/SISystem.java#L58
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/si/SISystem.java#L60
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/si/SISystem.java#L61
'method def rcurly' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/si/SISystem.java#L63
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/si/SISystem.java#L65
'method def' child has incorrect indentation level 4, expected level should be 8.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/si/SISystem.java#L68
'method def rcurly' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/si/SISystemUnitsConstants.java#L62
Abbreviation in name 'SISystemUnitsConstants' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/general/BaseUnit.java#L25
'member def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/general/BaseUnit.java#L27
'member def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/general/BaseUnit.java#L28
'member def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/general/BaseUnit.java#L51
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/general/BaseUnit.java#L56
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/general/BaseUnit.java#L61
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/general/BaseUnit.java#L66
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/general/BaseUnit.java#L71
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/general/BaseUnit.java#L76
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/general/BaseUnit.java#L86
'method def modifier' has incorrect indentation level 2, expected level should be 4.
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck: unit-api-core/src/main/java/com/raynigon/unit/api/core/units/general/BaseUnit.java#L97
'method def modifier' has incorrect indentation level 2, expected level should be 4.