Skip to content

WebApi of remote start, remote stop and connector status #1321

WebApi of remote start, remote stop and connector status

WebApi of remote start, remote stop and connector status #1321

Triggered via pull request October 7, 2024 17:27
Status Failure
Total duration 45s
Artifacts

review.yml

on: pull_request
license-check
36s
license-check
checkstyle
18s
checkstyle
Fit to window
Zoom out
Zoom in

Annotations

10 errors
checkstyle: src/main/java/de/rwth/idsg/steve/web/api/ConnectorRestController.java#L79
[checkstyle] reported by reviewdog 🐶 Line is longer than 120 characters (found 185). Raw Output: /github/workspace/./src/main/java/de/rwth/idsg/steve/web/api/ConnectorRestController.java:79:0: error: Line is longer than 120 characters (found 185). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
checkstyle: src/main/java/de/rwth/idsg/steve/web/api/ConnectorRestController.java#L80
[checkstyle] reported by reviewdog 🐶 Line is longer than 120 characters (found 186). Raw Output: /github/workspace/./src/main/java/de/rwth/idsg/steve/web/api/ConnectorRestController.java:80:0: error: Line is longer than 120 characters (found 186). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
checkstyle: src/main/java/de/rwth/idsg/steve/web/api/ConnectorRestController.java#L81
[checkstyle] reported by reviewdog 🐶 Line is longer than 120 characters (found 195). Raw Output: /github/workspace/./src/main/java/de/rwth/idsg/steve/web/api/ConnectorRestController.java:81:0: error: Line is longer than 120 characters (found 195). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
checkstyle: src/main/java/de/rwth/idsg/steve/web/api/ConnectorRestController.java#L103
[checkstyle] reported by reviewdog 🐶 Line is longer than 120 characters (found 185). Raw Output: /github/workspace/./src/main/java/de/rwth/idsg/steve/web/api/ConnectorRestController.java:103:0: error: Line is longer than 120 characters (found 185). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
checkstyle: src/main/java/de/rwth/idsg/steve/web/api/ConnectorRestController.java#L104
[checkstyle] reported by reviewdog 🐶 Line is longer than 120 characters (found 186). Raw Output: /github/workspace/./src/main/java/de/rwth/idsg/steve/web/api/ConnectorRestController.java:104:0: error: Line is longer than 120 characters (found 186). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
checkstyle: src/main/java/de/rwth/idsg/steve/web/api/ConnectorRestController.java#L105
[checkstyle] reported by reviewdog 🐶 Line is longer than 120 characters (found 195). Raw Output: /github/workspace/./src/main/java/de/rwth/idsg/steve/web/api/ConnectorRestController.java:105:0: error: Line is longer than 120 characters (found 195). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
checkstyle: src/main/java/de/rwth/idsg/steve/web/api/dto/ApiChargePointList.java#L53
[checkstyle] reported by reviewdog 🐶 Redundant 'public' modifier. Raw Output: /github/workspace/./src/main/java/de/rwth/idsg/steve/web/api/dto/ApiChargePointList.java:53:9: error: Redundant 'public' modifier. (com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck)
checkstyle: src/main/java/de/rwth/idsg/steve/web/api/TaskRestController.java#L71
[checkstyle] reported by reviewdog 🐶 Line is longer than 120 characters (found 185). Raw Output: /github/workspace/./src/main/java/de/rwth/idsg/steve/web/api/TaskRestController.java:71:0: error: Line is longer than 120 characters (found 185). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
checkstyle: src/main/java/de/rwth/idsg/steve/web/api/TaskRestController.java#L72
[checkstyle] reported by reviewdog 🐶 Line is longer than 120 characters (found 186). Raw Output: /github/workspace/./src/main/java/de/rwth/idsg/steve/web/api/TaskRestController.java:72:0: error: Line is longer than 120 characters (found 186). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
checkstyle
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://gh.neting.ccmunity/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085