Skip to content

Add /mv who and /mv whoall #171

Add /mv who and /mv whoall

Add /mv who and /mv whoall #171

Triggered via pull request March 12, 2024 02:39
Status Success
Total duration 31s
Artifacts

pr.checkstyle.yml

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

Annotations

1 error and 11 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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/WhoCommand.java#L11
[checkstyle] reported by reviewdog 🐶 Unused import - com.dumptruckman.minecraft.util.Logging. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/WhoCommand.java:11:8: warning: Unused import - com.dumptruckman.minecraft.util.Logging. (com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/WhoCommand.java#L18
[checkstyle] reported by reviewdog 🐶 'org.mvplugins.multiverse.core.commandtools.MultiverseCommand' should be separated from previous imports. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/WhoCommand.java:18:1: warning: 'org.mvplugins.multiverse.core.commandtools.MultiverseCommand' should be separated from previous imports. (com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/WhoCommand.java#L19
[checkstyle] reported by reviewdog 🐶 Wrong order for 'org.mvplugins.multiverse.core.commandtools.MVCommandIssuer' import. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/WhoCommand.java:19:1: warning: Wrong order for 'org.mvplugins.multiverse.core.commandtools.MVCommandIssuer' import. (com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/WhoCommand.java#L32
[checkstyle] reported by reviewdog 🐶 Wrong order for 'java.util.ArrayList' import. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/WhoCommand.java:32:1: warning: Wrong order for 'java.util.ArrayList' import. (com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/WhoCommand.java#L38
[checkstyle] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/WhoCommand.java:38:1: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/WhoCommand.java#L38
[checkstyle] reported by reviewdog 🐶 Class Fan-Out Complexity is 21 (max allowed is 20). Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/WhoCommand.java:38:1: info: Class Fan-Out Complexity is 21 (max allowed is 20). (FanOutComplexityGettingTooHigh)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/WhoCommand.java#L44
[checkstyle] reported by reviewdog 🐶 Abbreviation in name 'PAGE_FLAG' must contain no more than '1' consecutive capital letters. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/WhoCommand.java:44:45: warning: Abbreviation in name 'PAGE_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/WhoCommand.java#L56
[checkstyle] reported by reviewdog 🐶 Abbreviation in name 'FILTER_FLAG' must contain no more than '1' consecutive capital letters. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/WhoCommand.java:56:51: warning: Abbreviation in name 'FILTER_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/WhoCommand.java#L74
[checkstyle] reported by reviewdog 🐶 Class 'WhoCommand' looks like designed for extension (can be subclassed), but the method 'onWhoAllCommand' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WhoCommand' final or making the method 'onWhoAllCommand' static/final/abstract/empty, or adding allowed annotation for the method. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/WhoCommand.java:74:5: info: Class 'WhoCommand' looks like designed for extension (can be subclassed), but the method 'onWhoAllCommand' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WhoCommand' final or making the method 'onWhoAllCommand' static/final/abstract/empty, or adding allowed annotation for the method. (com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/WhoCommand.java#L94
[checkstyle] reported by reviewdog 🐶 ')' should be on the previous line. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/WhoCommand.java:94:9: warning: ')' should be on the previous line. (SeparatorWrapEol)