Add support for creating worlds with single biome #267
pr.checkstyle.yml
on: pull_request
checkstyle
/
checkstyle
19s
Annotations
1 error and 11 warnings
checkstyle / checkstyle
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
|
checkstyle / checkstyle
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/world/options/ImportWorldOptions.java#L43
[checkstyle] reported by reviewdog 🐶
Line is longer than 120 characters (found 124).
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/world/options/ImportWorldOptions.java:43:0: warning: Line is longer than 120 characters (found 124). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/world/options/ImportWorldOptions.java#L55
[checkstyle] reported by reviewdog 🐶
Line is longer than 120 characters (found 124).
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/world/options/ImportWorldOptions.java:55:0: warning: Line is longer than 120 characters (found 124). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/world/options/CreateWorldOptions.java#L55
[checkstyle] reported by reviewdog 🐶
Line is longer than 120 characters (found 124).
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/world/options/CreateWorldOptions.java:55:0: warning: Line is longer than 120 characters (found 124). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/world/options/CreateWorldOptions.java#L67
[checkstyle] reported by reviewdog 🐶
Line is longer than 120 characters (found 124).
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/world/options/CreateWorldOptions.java:67:0: warning: Line is longer than 120 characters (found 124). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/world/options/RegenWorldOptions.java#L48
[checkstyle] reported by reviewdog 🐶
Line is longer than 120 characters (found 124).
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/world/options/RegenWorldOptions.java:48:0: warning: Line is longer than 120 characters (found 124). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/world/options/RegenWorldOptions.java#L60
[checkstyle] reported by reviewdog 🐶
Line is longer than 120 characters (found 124).
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/world/options/RegenWorldOptions.java:60:0: warning: Line is longer than 120 characters (found 124). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/world/config/BiomeSerializer.java#L4
[checkstyle] reported by reviewdog 🐶
'org.mvplugins.multiverse.core.configuration.functions.NodeSerializer' should be separated from previous imports.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/world/config/BiomeSerializer.java:4:1: warning: 'org.mvplugins.multiverse.core.configuration.functions.NodeSerializer' should be separated from previous imports. (com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck)
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/world/config/BiomeSerializer.java#L6
[checkstyle] reported by reviewdog 🐶
Missing a Javadoc comment.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/world/config/BiomeSerializer.java:6:1: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/world/config/BiomeSerializer.java#L8
[checkstyle] reported by reviewdog 🐶
Missing a Javadoc comment.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/world/config/BiomeSerializer.java:8:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck)
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/world/config/BiomeSerializer.java#L10
[checkstyle] reported by reviewdog 🐶
Return count is 4 (max allowed for non-void methods/lambdas is 2).
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/world/config/BiomeSerializer.java:10:5: info: Return count is 4 (max allowed for non-void methods/lambdas is 2). (com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck)
|