Add /mv spawn tp
and /mv spawn set
#166
pr.checkstyle.yml
on: pull_request
checkstyle
/
checkstyle
25s
Annotations
9 warnings
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/resources/multiverse-core_en.properties#L130
[checkstyle] reported by reviewdog 🐶
Property key 'mv-core.spawn.tp.message' is not in the right order with previous property 'mv-core.spawn.tp.player.description'.
Raw Output:
/github/workspace/./src/main/resources/multiverse-core_en.properties:130:0: warning: Property key 'mv-core.spawn.tp.message' is not in the right order with previous property 'mv-core.spawn.tp.player.description'. (com.puppycrawl.tools.checkstyle.checks.OrderedPropertiesCheck)
|
checkstyle / checkstyle:
src/main/resources/multiverse-core_en.properties#L131
[checkstyle] reported by reviewdog 🐶
Property key 'mv-core.spawn.tp.consolename' is not in the right order with previous property 'mv-core.spawn.tp.message'.
Raw Output:
/github/workspace/./src/main/resources/multiverse-core_en.properties:131:0: warning: Property key 'mv-core.spawn.tp.consolename' is not in the right order with previous property 'mv-core.spawn.tp.message'. (com.puppycrawl.tools.checkstyle.checks.OrderedPropertiesCheck)
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java#L16
[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:16: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 🐶
'WorldManager' 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: 'WorldManager' 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#L75
[checkstyle] reported by reviewdog 🐶
')' should be on the previous line.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/SpawnCommand.java:75:9: warning: ')' should be on the previous line. (SeparatorWrapEol)
|