Skip to content

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

Add /mv spawn tp and /mv spawn set

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

Triggered via pull request March 8, 2024 18:02
Status Success
Total duration 33s
Artifacts

pr.checkstyle.yml

on: pull_request
checkstyle  /  checkstyle
24s
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/SpawnCommand.java#L17
[checkstyle] reported by reviewdog 🐶 'org.mvplugins.multiverse.core.commandtools.MVCommandManager' should be separated from previous imports. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java:17:1: warning: 'org.mvplugins.multiverse.core.commandtools.MVCommandManager' 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#L32
[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:32: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#L33
[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:33: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#L51
[checkstyle] reported by reviewdog 🐶 'method def rparen' has incorrect indentation level 11, expected level should be 4. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java:51:12: warning: 'method def rparen' has incorrect indentation level 11, expected level should be 4. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java#L51
[checkstyle] reported by reviewdog 🐶 ')' should be on the previous line. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java:51:12: warning: ')' should be on the previous line. (SeparatorWrapEol)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java#L58
[checkstyle] reported by reviewdog 🐶 Comment matches to-do format 'TODO'. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java:58: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#L68
[checkstyle] reported by reviewdog 🐶 ')' should be on the previous line. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java:68:9: warning: ')' should be on the previous line. (SeparatorWrapEol)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java#L70
[checkstyle] reported by reviewdog 🐶 Line is longer than 120 characters (found 180). Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java:70:0: warning: Line is longer than 120 characters (found 180). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java#L70
[checkstyle] reported by reviewdog 🐶 The String ", " appears 2 times in the file. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java:70:100: warning: The String ", " 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#L73
[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/commands/SpawnCommand.java:73:5: info: Return count is 3 (max allowed for non-void methods/lambdas is 2). (com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck)