Skip to content

Add /mv spawn tp and /mv spawn set #184

Add /mv spawn tp and /mv spawn set

Add /mv spawn tp and /mv spawn set #184

Triggered via pull request August 30, 2024 06:23
Status Success
Total duration 23s
Artifacts

pr.checkstyle.yml

on: pull_request
checkstyle  /  checkstyle
15s
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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java#L6
[checkstyle] reported by reviewdog 🐶 Using the '.*' form of import should be avoided - co.aikar.commands.annotation.*. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java:6:36: warning: Using the '.*' form of import should be avoided - co.aikar.commands.annotation.*. (com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java#L12
[checkstyle] reported by reviewdog 🐶 'org.mvplugins.multiverse.core.commandtools.MVCommandIssuer' should be separated from previous imports. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java:12:1: warning: 'org.mvplugins.multiverse.core.commandtools.MVCommandIssuer' should be separated from previous imports. (com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java#L28
[checkstyle] reported by reviewdog 🐶 '@' has incorrect indentation level 17, expected level should be 12. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java:28:18: warning: '@' has incorrect indentation level 17, expected level should be 12. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java#L29
[checkstyle] reported by reviewdog 🐶 '@' has incorrect indentation level 17, expected level should be 12. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java:29:18: warning: '@' has incorrect indentation level 17, expected level should be 12. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java#L35
[checkstyle] reported by reviewdog 🐶 Return count is 2 (max allowed for void methods/constructors/lambdas is 1). Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java:35:5: info: Return count is 2 (max allowed for void methods/constructors/lambdas is 1). (com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java#L47
[checkstyle] reported by reviewdog 🐶 Comment matches to-do format 'TODO'. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java:47:11: info: Comment matches to-do format 'TODO'. (com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java#L48
[checkstyle] reported by reviewdog 🐶 Line is longer than 120 characters (found 125). Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java:48:0: warning: Line is longer than 120 characters (found 125). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java#L48
[checkstyle] reported by reviewdog 🐶 The String "multiverse.core.spawn.self" appears 2 times in the file. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java:48:65: warning: The String "multiverse.core.spawn.self" appears 2 times in the file. (com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java#L48
[checkstyle] reported by reviewdog 🐶 The String "multiverse.core.spawn.other" appears 2 times in the file. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java:48:96: warning: The String "multiverse.core.spawn.other" appears 2 times in the file. (com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java#L61
[checkstyle] reported by reviewdog 🐶 Comment matches to-do format 'TODO'. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java:61:11: info: Comment matches to-do format 'TODO'. (com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck)