Skip to content

Add support for customising world properties during world creation #719

Add support for customising world properties during world creation

Add support for customising world properties during world creation #719

Triggered via pull request January 2, 2026 01:37
Status Success
Total duration 22s
Artifacts

pr.checkstyle.yml

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

Annotations

3 warnings
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/world/options/CreateWorldOptions.java#L293
[checkstyle] reported by reviewdog 🐶 Line is longer than 120 characters (found 126). Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/world/options/CreateWorldOptions.java:293:0: warning: Line is longer than 120 characters (found 126). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/world/options/CreateWorldOptions.java#L11
[checkstyle] reported by reviewdog 🐶 Wrong order for 'java.util.Collections' import. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/world/options/CreateWorldOptions.java:11:1: warning: Wrong order for 'java.util.Collections' import. (com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/utils/StringFormatter.java#L178
[checkstyle] reported by reviewdog 🐶 Abbreviation in name 'parseCSVMap' must contain no more than '1' consecutive capital letters. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/utils/StringFormatter.java:178:53: warning: Abbreviation in name 'parseCSVMap' must contain no more than '1' consecutive capital letters. (com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck)