Skip to content

Add HorizontalPodAutoscaler #767

Add HorizontalPodAutoscaler

Add HorizontalPodAutoscaler #767

Triggered via push March 2, 2026 09:06
Status Failure
Total duration 28s
Artifacts

checkstyle.yml

on: push
Run Checkstyle
24s
Run Checkstyle
Fit to window
Zoom out
Zoom in

Annotations

1 error and 16 warnings
Run Checkstyle
Process completed with exit code 1.
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: src/main/java/cambio/simulator/entities/patterns/ReactiveAutoscalingPolicy.java#L42
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: src/main/java/cambio/simulator/entities/patterns/ReactiveAutoscalingPolicy.java#L46
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.indentation.CommentsIndentationCheck: src/main/java/cambio/simulator/entities/patterns/HorizontalPodAutoscalingPolicy.java#L30
Comment has incorrect indentation level 0, expected is 8, indentation should be the same level as line 32.
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck: src/main/java/cambio/simulator/entities/patterns/HorizontalPodAutoscalingPolicy.java#L36
Distance between variable 'presentTime' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: src/main/java/cambio/simulator/entities/patterns/HorizontalPodAutoscalingPolicy.java#L52
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: src/main/java/cambio/simulator/entities/patterns/HorizontalPodAutoscalingPolicy.java#L56
WhitespaceAround: '-' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)