V5.7 #775
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/WorldKeyOrName.java#L11
[checkstyle] reported by reviewdog 🐶
'org.mvplugins.multiverse.core.locale.message.MessageReplacement' should be separated from previous imports.
Raw Output:
/github/workspace/src/main/java/org/mvplugins/multiverse/core/world/key/WorldKeyOrName.java:11:1: warning: 'org.mvplugins.multiverse.core.locale.message.MessageReplacement' 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#L53
[checkstyle] reported by reviewdog 🐶
<p> tag should be preceded with an empty line.
Raw Output:
/github/workspace/src/main/java/org/mvplugins/multiverse/core/world/key/WorldKeyParseFailReason.java:53:0: warning: <p> tag should be preceded with an empty line. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/world/key/WorldKeyParseFailReason.java#L53
[checkstyle] reported by reviewdog 🐶
<p> tag should be placed immediately before the first word, with no space after.
Raw Output:
/github/workspace/src/main/java/org/mvplugins/multiverse/core/world/key/WorldKeyParseFailReason.java:53:0: warning: <p> tag should be placed immediately before the first word, with no space after. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck)
|
|
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#L85
[checkstyle] reported by reviewdog 🐶
Return count is 2 (max allowed for void methods/constructors/lambdas is 1).
Raw Output:
/github/workspace/src/main/java/org/mvplugins/multiverse/core/listeners/MVEntityListener.java:85:5: info: Return count is 2 (max allowed for void methods/constructors/lambdas is 1). (com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck)
|
|
checkstyle / checkstyle:
src/main/resources/multiverse-core_en.properties#L341
[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:341: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)
|