Add /mv spawn tp
and /mv spawn set
#183
pr.checkstyle.yml
on: pull_request
checkstyle
/
checkstyle
16s
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#L17
[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:17: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#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#L34
[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:34: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#L53
[checkstyle] reported by reviewdog 🐶
Comment matches to-do format 'TODO'.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java:53: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#L62
[checkstyle] reported by reviewdog 🐶
Comment matches to-do format 'TODO'.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java:62: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#L65
[checkstyle] reported by reviewdog 🐶
'issuer' has incorrect indentation level 24, expected level should be 16.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java:65:25: warning: 'issuer' 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/SpawnCommand.java#L66
[checkstyle] reported by reviewdog 🐶
'MessageType' has incorrect indentation level 24, expected level should be 16.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java:66:25: warning: 'MessageType' 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/SpawnCommand.java#L67
[checkstyle] reported by reviewdog 🐶
'MVCorei18n' has incorrect indentation level 24, expected level should be 16.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java:67:25: warning: 'MVCorei18n' 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/SpawnCommand.java#L68
[checkstyle] reported by reviewdog 🐶
The String "{teleporter}" appears 2 times in the file.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java:68:25: warning: The String "{teleporter}" 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#L68
[checkstyle] reported by reviewdog 🐶
'"{teleporter}"' has incorrect indentation level 24, expected level should be 16.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java:68:25: warning: '"{teleporter}"' has incorrect indentation level 24, expected level should be 16. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
|