V5.7 #785
pr.checkstyle.yml
on: pull_request
checkstyle
/
checkstyle
21s
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/key/WorldKeyParseFailReason.java#L43
[checkstyle] reported by reviewdog 🐶
';' should be on the previous line.
Raw Output:
/github/workspace/src/main/java/org/mvplugins/multiverse/core/world/key/WorldKeyParseFailReason.java:43:5: warning: ';' should be on the previous line. (SeparatorWrapEol)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/world/key/WorldKeyParseFailReason.java#L43
[checkstyle] reported by reviewdog 🐶
';' is preceded with whitespace.
Raw Output:
/github/workspace/src/main/java/org/mvplugins/multiverse/core/world/key/WorldKeyParseFailReason.java:43:5: warning: ';' is preceded with whitespace. (AllowedWhitespaceBeforeWithoutLinebreak)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/world/key/WorldKeyParseFailReason.java#L12
[checkstyle] reported by reviewdog 🐶
Line is longer than 120 characters (found 126).
Raw Output:
/github/workspace/src/main/java/org/mvplugins/multiverse/core/world/key/WorldKeyParseFailReason.java:12: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/key/WorldKeyParseFailReason.java#L6
[checkstyle] reported by reviewdog 🐶
'org.mvplugins.multiverse.core.locale.MVCorei18n' should be separated from previous imports.
Raw Output:
/github/workspace/src/main/java/org/mvplugins/multiverse/core/world/key/WorldKeyParseFailReason.java:6:1: warning: 'org.mvplugins.multiverse.core.locale.MVCorei18n' should be separated from previous imports. (com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/world/key/WorldKeyParseFailReason.java#L1
[checkstyle] reported by reviewdog 🐶
Missing package-info.java file.
Raw Output:
/github/workspace/src/main/java/org/mvplugins/multiverse/core/world/key/WorldKeyParseFailReason.java:1:0: warning: Missing package-info.java file. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocPackageCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/listeners/MVEntityListener.java#L91
[checkstyle] reported by reviewdog 🐶
Anonymous inner class length is 21 lines (max allowed is 20).
Raw Output:
/github/workspace/src/main/java/org/mvplugins/multiverse/core/listeners/MVEntityListener.java:91:16: warning: Anonymous inner class length is 21 lines (max allowed is 20). (com.puppycrawl.tools.checkstyle.checks.sizes.AnonInnerLengthCheck)
|
|
checkstyle / checkstyle:
src/main/resources/multiverse-core_en.properties#L343
[checkstyle] reported by reviewdog 🐶
Property key 'mv-core.worldkeyparse.invalidnamespacedkey' is not in the right order with previous property 'mv-core.worldkeyparse.invalidworldname'.
Raw Output:
/github/workspace/src/main/resources/multiverse-core_en.properties:343:0: warning: Property key 'mv-core.worldkeyparse.invalidnamespacedkey' is not in the right order with previous property 'mv-core.worldkeyparse.invalidworldname'. (com.puppycrawl.tools.checkstyle.checks.OrderedPropertiesCheck)
|
|
checkstyle / checkstyle:
src/main/resources/multiverse-core_en.properties#L234
[checkstyle] reported by reviewdog 🐶
Property key 'mv-core.worldborder.roundoff.warning' is not in the right order with previous property 'mv-core.worldborder.warningtime.success'.
Raw Output:
/github/workspace/src/main/resources/multiverse-core_en.properties:234:0: warning: Property key 'mv-core.worldborder.roundoff.warning' is not in the right order with previous property 'mv-core.worldborder.warningtime.success'. (com.puppycrawl.tools.checkstyle.checks.OrderedPropertiesCheck)
|
|
checkstyle / checkstyle:
src/main/resources/multiverse-core_en.properties#L226
[checkstyle] reported by reviewdog 🐶
Property key 'mv-core.worldborder.set.growing' is not in the right order with previous property 'mv-core.worldborder.set.shrinking'.
Raw Output:
/github/workspace/src/main/resources/multiverse-core_en.properties:226:0: warning: Property key 'mv-core.worldborder.set.growing' is not in the right order with previous property 'mv-core.worldborder.set.shrinking'. (com.puppycrawl.tools.checkstyle.checks.OrderedPropertiesCheck)
|
|
checkstyle / checkstyle:
src/main/resources/multiverse-core_en.properties#L224
[checkstyle] reported by reviewdog 🐶
Property key 'mv-core.worldborder.set.immediate' is not in the right order with previous property 'mv-core.worldborder.set.nothingchanged'.
Raw Output:
/github/workspace/src/main/resources/multiverse-core_en.properties:224:0: warning: Property key 'mv-core.worldborder.set.immediate' is not in the right order with previous property 'mv-core.worldborder.set.nothingchanged'. (com.puppycrawl.tools.checkstyle.checks.OrderedPropertiesCheck)
|