Add config options warn-invalid-papi-format and invalid-papi-format-returns-blank
#702
pr.checkstyle.yml
on: pull_request
checkstyle
/
checkstyle
22s
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/config/CoreConfig.java#L512
[checkstyle] reported by reviewdog 🐶
Use a single space to separate non-whitespace characters.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/config/CoreConfig.java:512:13: warning: Use a single space to separate non-whitespace characters. (com.puppycrawl.tools.checkstyle.checks.whitespace.SingleSpaceSeparatorCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/config/CoreConfig.java#L506
[checkstyle] reported by reviewdog 🐶
Missing a Javadoc comment.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/config/CoreConfig.java:506:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/config/CoreConfig.java#L496
[checkstyle] reported by reviewdog 🐶
Missing a Javadoc comment.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/config/CoreConfig.java:496:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/config/CoreConfigNodes.java#L404
[checkstyle] reported by reviewdog 🐶
Line is longer than 120 characters (found 129).
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/config/CoreConfigNodes.java:404:0: warning: Line is longer than 120 characters (found 129). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/config/CoreConfigNodes.java#L401
[checkstyle] reported by reviewdog 🐶
Line is longer than 120 characters (found 147).
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/config/CoreConfigNodes.java:401:0: warning: Line is longer than 120 characters (found 147). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/config/CoreConfigNodes.java#L395
[checkstyle] reported by reviewdog 🐶
Line is longer than 120 characters (found 126).
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/config/CoreConfigNodes.java:395: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/config/CoreConfigNodes.java#L393
[checkstyle] reported by reviewdog 🐶
Line is longer than 120 characters (found 130).
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/config/CoreConfigNodes.java:393:0: warning: Line is longer than 120 characters (found 130). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/PlaceholderExpansionHook.java#L109
[checkstyle] reported by reviewdog 🐶
Return count is 5 (max allowed for non-void methods/lambdas is 2).
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/PlaceholderExpansionHook.java:109:5: info: Return count is 5 (max allowed for non-void methods/lambdas is 2). (com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/PlaceholderExpansionHook.java#L102
[checkstyle] reported by reviewdog 🐶
The String "Multiverse World not found: " appears 2 times in the file.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/PlaceholderExpansionHook.java:102:44: warning: The String "Multiverse World not found: " appears 2 times in the file. (com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/PlaceholderExpansionHook.java#L37
[checkstyle] reported by reviewdog 🐶
Redundant 'public' modifier.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/PlaceholderExpansionHook.java:37:5: warning: Redundant 'public' modifier. (com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck)
|