Skip to content

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

WebApi of remote start, remote stop and connector status

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

Triggered via pull request November 8, 2024 11:40
Status Failure
Total duration 51s
Artifacts

review.yml

on: pull_request
license-check
40s
license-check
checkstyle
22s
checkstyle
Fit to window
Zoom out
Zoom in

Annotations

10 errors
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: src/main/java/de/rwth/idsg/steve/web/api/TaskRestController.java#L73
[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/TaskRestController.java:73: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/TaskRestController.java#L84
[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:84: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#L85
[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:85: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/TaskRestController.java#L86
[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/TaskRestController.java:86: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/TaskRestController.java#L97
[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:97: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#L98
[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:98: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/TaskRestController.java#L99
[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/TaskRestController.java:99:0: error: Line is longer than 120 characters (found 195). (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://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085