Add /mv spawn tp
and /mv spawn set
#167
Annotations
1 error and 11 warnings
Run dbelyaev/action-checkstyle@v0.8.4
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
|
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/.
|
Run dbelyaev/action-checkstyle@v0.8.4:
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)
|
Run dbelyaev/action-checkstyle@v0.8.4:
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)
|
Run dbelyaev/action-checkstyle@v0.8.4:
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)
|
Run dbelyaev/action-checkstyle@v0.8.4:
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)
|
Run dbelyaev/action-checkstyle@v0.8.4:
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)
|
Run dbelyaev/action-checkstyle@v0.8.4:
src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java#L55
[checkstyle] reported by reviewdog 🐶
Comment matches to-do format 'TODO'.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java:55:11: info: Comment matches to-do format 'TODO'. (com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck)
|
Run dbelyaev/action-checkstyle@v0.8.4:
src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java#L65
[checkstyle] reported by reviewdog 🐶
')' should be on the previous line.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java:65:9: warning: ')' should be on the previous line. (SeparatorWrapEol)
|
Run dbelyaev/action-checkstyle@v0.8.4:
src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java#L67
[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:67:0: warning: Line is longer than 120 characters (found 180). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
Run dbelyaev/action-checkstyle@v0.8.4:
src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java#L67
[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:67:100: warning: The String ", " appears 2 times in the file. (com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck)
|
Run dbelyaev/action-checkstyle@v0.8.4:
src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java#L70
[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:70:5: info: Return count is 3 (max allowed for non-void methods/lambdas is 2). (com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck)
|
The logs for this run have expired and are no longer available.
Loading