Add support for cloning unloaded worlds #739
pr.checkstyle.yml
on: pull_request
checkstyle
/
checkstyle
20s
Annotations
1 error and 10 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.com/orgs/community/discussions/26680#discussioncomment-3252835
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/world/options/CloneWorldOptions.java#L24
[checkstyle] reported by reviewdog 🐶
Line is longer than 120 characters (found 125).
Raw Output:
/github/workspace/src/main/java/org/mvplugins/multiverse/core/world/options/CloneWorldOptions.java:24:0: warning: Line is longer than 120 characters (found 125). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/world/options/CloneWorldOptions.java#L20
[checkstyle] reported by reviewdog 🐶
Line is longer than 120 characters (found 122).
Raw Output:
/github/workspace/src/main/java/org/mvplugins/multiverse/core/world/options/CloneWorldOptions.java:20:0: warning: Line is longer than 120 characters (found 122). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/world/reasons/CloneFailureReason.java#L6
[checkstyle] reported by reviewdog 🐶
Extra separation in import group before 'org.jetbrains.annotations.ApiStatus'
Raw Output:
/github/workspace/src/main/java/org/mvplugins/multiverse/core/world/reasons/CloneFailureReason.java:6:1: warning: Extra separation in import group before 'org.jetbrains.annotations.ApiStatus' (com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/world/helpers/DataStore.java#L94
[checkstyle] reported by reviewdog 🐶
Type Javadoc comment is missing @param <T> tag.
Raw Output:
/github/workspace/src/main/java/org/mvplugins/multiverse/core/world/helpers/DataStore.java:94:5: warning: Type Javadoc comment is missing @param <T> tag. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/world/WorldManager.java#L799
[checkstyle] reported by reviewdog 🐶
Lambda body length is 18 lines (max allowed is 10).
Raw Output:
/github/workspace/src/main/java/org/mvplugins/multiverse/core/world/WorldManager.java:799:52: info: Lambda body length is 18 lines (max allowed is 10). (LambdaGettingTooLong)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/world/WorldManager.java#L773
[checkstyle] reported by reviewdog 🐶
Line is longer than 120 characters (found 122).
Raw Output:
/github/workspace/src/main/java/org/mvplugins/multiverse/core/world/WorldManager.java:773:0: warning: Line is longer than 120 characters (found 122). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/event/world/MVWorldClonedEvent.java#L26
[checkstyle] reported by reviewdog 🐶
@return tag should be present and have description.
Raw Output:
/github/workspace/src/main/java/org/mvplugins/multiverse/core/event/world/MVWorldClonedEvent.java:26:0: warning: @return tag should be present and have description. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/event/world/MVWorldClonedEvent.java#L23
[checkstyle] reported by reviewdog 🐶
Summary javadoc is missing.
Raw Output:
/github/workspace/src/main/java/org/mvplugins/multiverse/core/event/world/MVWorldClonedEvent.java:23:0: warning: Summary javadoc is missing. (com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/event/world/MVWorldClonedEvent.java#L18
[checkstyle] reported by reviewdog 🐶
Missing a Javadoc comment.
Raw Output:
/github/workspace/src/main/java/org/mvplugins/multiverse/core/event/world/MVWorldClonedEvent.java:18:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
|
|
checkstyle / checkstyle:
src/main/resources/multiverse-core_en.properties#L276
[checkstyle] reported by reviewdog 🐶
Property key 'mv-core.cloneworld.fromworldfolderinvalid' is not in the right order with previous property 'mv-core.cloneworld.worldexistloaded'.
Raw Output:
/github/workspace/src/main/resources/multiverse-core_en.properties:276:0: warning: Property key 'mv-core.cloneworld.fromworldfolderinvalid' is not in the right order with previous property 'mv-core.cloneworld.worldexistloaded'. (com.puppycrawl.tools.checkstyle.checks.OrderedPropertiesCheck)
|