Fix message when delete failed due to invalid world folder #631
pr.checkstyle.yml
on: pull_request
checkstyle
/
checkstyle
21s
Annotations
2 warnings
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/world/WorldManager.java#L661
[checkstyle] reported by reviewdog 🐶
')' should be on the previous line.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/world/WorldManager.java:661:17: warning: ')' should be on the previous line. (SeparatorWrapEol)
|
|
checkstyle / checkstyle:
src/main/resources/multiverse-core_en.properties#L284
[checkstyle] reported by reviewdog 🐶
Property key 'mv-core.deleteworld.loadfailed' is not in the right order with previous property 'mv-core.deleteworld.worldnonexistent'.
Raw Output:
/github/workspace/./src/main/resources/multiverse-core_en.properties:284:0: warning: Property key 'mv-core.deleteworld.loadfailed' is not in the right order with previous property 'mv-core.deleteworld.worldnonexistent'. (com.puppycrawl.tools.checkstyle.checks.OrderedPropertiesCheck)
|