Use Spotless #396
Annotations
10 errors
src/main/java/de/rwth/idsg/steve/ocpp/converter/Server12to15Impl.java#L101
[checkstyle] reported by reviewdog 🐶
Line is longer than 120 characters (found 122).
Raw Output:
/github/workspace/./src/main/java/de/rwth/idsg/steve/ocpp/converter/Server12to15Impl.java:101:0: error: Line is longer than 120 characters (found 122). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
src/main/java/de/rwth/idsg/steve/ocpp/ws/WebSocketLogger.java#L32
[checkstyle] reported by reviewdog 🐶
'{' is not followed by whitespace.
Raw Output:
/github/workspace/./src/main/java/de/rwth/idsg/steve/ocpp/ws/WebSocketLogger.java:32:31: error: '{' is not followed by whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
|
src/main/java/de/rwth/idsg/steve/ocpp/ws/WebSocketLogger.java#L32
[checkstyle] reported by reviewdog 🐶
'}' is not preceded with whitespace.
Raw Output:
/github/workspace/./src/main/java/de/rwth/idsg/steve/ocpp/ws/WebSocketLogger.java:32:32: error: '}' is not preceded with whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
|
src/main/java/de/rwth/idsg/steve/ocpp/ws/custom/EnumProcessor.java#L34
[checkstyle] reported by reviewdog 🐶
'{' is not followed by whitespace.
Raw Output:
/github/workspace/./src/main/java/de/rwth/idsg/steve/ocpp/ws/custom/EnumProcessor.java:34:29: error: '{' is not followed by whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
|
src/main/java/de/rwth/idsg/steve/ocpp/ws/custom/EnumProcessor.java#L34
[checkstyle] reported by reviewdog 🐶
'}' is not preceded with whitespace.
Raw Output:
/github/workspace/./src/main/java/de/rwth/idsg/steve/ocpp/ws/custom/EnumProcessor.java:34:30: error: '}' is not preceded with whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
|
src/main/java/de/rwth/idsg/steve/ocpp/ws/ErrorFactory.java#L32
[checkstyle] reported by reviewdog 🐶
'{' is not followed by whitespace.
Raw Output:
/github/workspace/./src/main/java/de/rwth/idsg/steve/ocpp/ws/ErrorFactory.java:32:28: error: '{' is not followed by whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
|
src/main/java/de/rwth/idsg/steve/ocpp/ws/ErrorFactory.java#L32
[checkstyle] reported by reviewdog 🐶
'}' is not preceded with whitespace.
Raw Output:
/github/workspace/./src/main/java/de/rwth/idsg/steve/ocpp/ws/ErrorFactory.java:32:29: error: '}' is not preceded with whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
|
src/main/java/de/rwth/idsg/steve/ocpp/task/SetChargingProfileTask.java#L107
[checkstyle] reported by reviewdog 🐶
Avoid inline conditionals.
Raw Output:
/github/workspace/./src/main/java/de/rwth/idsg/steve/ocpp/task/SetChargingProfileTask.java:107:41: error: Avoid inline conditionals. (com.puppycrawl.tools.checkstyle.checks.coding.AvoidInlineConditionalsCheck)
|
src/main/java/de/rwth/idsg/steve/ocpp/task/RemoteStartTransactionTask.java#L58
[checkstyle] reported by reviewdog 🐶
Comment matches to-do format 'TODO:'.
Raw Output:
/github/workspace/./src/main/java/de/rwth/idsg/steve/ocpp/task/RemoteStartTransactionTask.java:58:7: error: Comment matches to-do format 'TODO:'. (com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck)
|
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|
The logs for this run have expired and are no longer available.
Loading