Skip to content

Fix message when delete failed due to invalid world folder #631

Fix message when delete failed due to invalid world folder

Fix message when delete failed due to invalid world folder #631

Triggered via pull request September 6, 2025 05:09
Status Success
Total duration 24s
Artifacts

pr.checkstyle.yml

on: pull_request
checkstyle  /  checkstyle
21s
checkstyle / checkstyle
Fit to window
Zoom out
Zoom in

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)