Skip to content

Apply auto formatting #768

Apply auto formatting

Apply auto formatting #768

Triggered via push March 2, 2026 09:16
Status Failure
Total duration 34s
Artifacts

checkstyle.yml

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

Annotations

1 error and 3 warnings
Run Checkstyle
Process completed with exit code 1.
com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck: src/main/java/cambio/simulator/entities/patterns/HorizontalPodAutoscalingPolicy.java#L33
Comment has incorrect indentation level 0, expected is 8, indentation should be the same level as line 35.
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck: src/main/java/cambio/simulator/entities/patterns/HorizontalPodAutoscalingPolicy.java#L39
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).