Apply auto formatting #768
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).
|