Skip to content

Ben/mv5/teleporter #139

Ben/mv5/teleporter

Ben/mv5/teleporter #139

Triggered via pull request September 21, 2023 03:47
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/commands/TeleportCommand.java#L65
[checkstyle] reported by reviewdog 🐶 Comment matches to-do format 'TODO'. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/TeleportCommand.java:65:11: info: Comment matches to-do format 'TODO'. (com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck)
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/DeleteCommand.java#L39
[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/DeleteCommand.java:39: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/DeleteCommand.java#L78
[checkstyle] reported by reviewdog 🐶 The String "{world}" appears 3 times in the file. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/DeleteCommand.java:78:17: warning: The String "{world}" appears 3 times in the file. (com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/RemoveCommand.java#L37
[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:37: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#L67
[checkstyle] reported by reviewdog 🐶 Comment matches to-do format 'TODO'. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/RemoveCommand.java:67:28: info: Comment matches to-do format 'TODO'. (com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/permissions/CorePermissionsChecker.java#L50
[checkstyle] reported by reviewdog 🐶 Return count is 3 (max allowed for non-void methods/lambdas is 2). Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/permissions/CorePermissionsChecker.java:50:5: info: Return count is 3 (max allowed for non-void methods/lambdas is 2). (com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/permissions/CorePermissionsChecker.java#L57
[checkstyle] reported by reviewdog 🐶 The String "self" appears 2 times in the file. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/permissions/CorePermissionsChecker.java:57:49: warning: The String "self" appears 2 times in the file. (com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/permissions/CorePermissionsChecker.java#L57
[checkstyle] reported by reviewdog 🐶 The String "other" appears 2 times in the file. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/permissions/CorePermissionsChecker.java:57:58: warning: The String "other" appears 2 times in the file. (com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/permissions/CorePermissionsChecker.java#L63
[checkstyle] reported by reviewdog 🐶 Comment matches to-do format 'TODO'. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/permissions/CorePermissionsChecker.java:63:11: info: Comment matches to-do format 'TODO'. (com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck)