Skip to content

Ben/mv5/teleporter #119

Ben/mv5/teleporter

Ben/mv5/teleporter #119

Triggered via pull request September 13, 2023 16:36
Status Success
Total duration 30s
Artifacts

pr.checkstyle.yml

on: pull_request
checkstyle  /  checkstyle
21s
checkstyle / checkstyle
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
checkstyle / 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
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/world/helpers/PlayerWorldTeleporter.java#L36
[checkstyle] reported by reviewdog 🐶 @return tag should be present and have description. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/world/helpers/PlayerWorldTeleporter.java:36:0: warning: @return tag should be present and have description. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/world/helpers/PlayerWorldTeleporter.java#L49
[checkstyle] reported by reviewdog 🐶 @return tag should be present and have description. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/world/helpers/PlayerWorldTeleporter.java:49:0: warning: @return tag should be present and have description. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/world/helpers/PlayerWorldTeleporter.java#L60
[checkstyle] reported by reviewdog 🐶 @return tag should be present and have description. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/world/helpers/PlayerWorldTeleporter.java:60:0: warning: @return tag should be present and have description. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/world/helpers/PlayerWorldTeleporter.java#L86
[checkstyle] reported by reviewdog 🐶 @return tag should be present and have description. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/world/helpers/PlayerWorldTeleporter.java:86:0: warning: @return tag should be present and have description. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/TeleportCommand.java#L66
[checkstyle] reported by reviewdog 🐶 Comment matches to-do format 'TODO'. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/TeleportCommand.java:66:11: info: Comment matches to-do format 'TODO'. (com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/TeleportCommand.java#L76
[checkstyle] reported by reviewdog 🐶 '.' has incorrect indentation level 24, expected level should be 16. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/TeleportCommand.java:76:25: warning: '.' has incorrect indentation level 24, expected level should be 16. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/TeleportCommand.java#L77
[checkstyle] reported by reviewdog 🐶 '.' has incorrect indentation level 24, expected level should be 16. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/TeleportCommand.java:77:25: warning: '.' has incorrect indentation level 24, expected level should be 16. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/RegenCommand.java#L59
[checkstyle] reported by reviewdog 🐶 Abbreviation in name 'REMOVE_PLAYERS_FLAG' must contain no more than '1' consecutive capital letters. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/RegenCommand.java:59:31: warning: Abbreviation in name 'REMOVE_PLAYERS_FLAG' must contain no more than '1' consecutive capital letters. (com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/RemoveCommand.java#L36
[checkstyle] reported by reviewdog 🐶 Abbreviation in name 'REMOVE_PLAYERS_FLAG' must contain no more than '1' consecutive capital letters. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/RemoveCommand.java:36:31: warning: Abbreviation in name 'REMOVE_PLAYERS_FLAG' must contain no more than '1' consecutive capital letters. (com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/RemoveCommand.java#L66
[checkstyle] reported by reviewdog 🐶 Comment matches to-do format 'TODO'. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/RemoveCommand.java:66:28: info: Comment matches to-do format 'TODO'. (com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck)