V5.5-2 #724
pr.checkstyle.yml
on: pull_request
checkstyle
/
checkstyle
24s
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/CoreConfigNodes.java#L558
[checkstyle] reported by reviewdog 🐶
Line is longer than 120 characters (found 152).
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/config/CoreConfigNodes.java:558:0: warning: Line is longer than 120 characters (found 152). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/config/CoreConfigNodes.java#L145
[checkstyle] reported by reviewdog 🐶
Unnecessary parentheses around assignment right-hand side.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/config/CoreConfigNodes.java:145:24: warning: Unnecessary parentheses around assignment right-hand side. (com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/config/CoreConfigNodes.java#L141
[checkstyle] reported by reviewdog 🐶
Line is longer than 120 characters (found 132).
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/config/CoreConfigNodes.java:141:0: warning: Line is longer than 120 characters (found 132). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/config/CoreConfigNodes.java#L138
[checkstyle] reported by reviewdog 🐶
Line is longer than 120 characters (found 143).
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/config/CoreConfigNodes.java:138:0: warning: Line is longer than 120 characters (found 143). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/listeners/MVPlayerListener.java#L423
[checkstyle] reported by reviewdog 🐶
Line is longer than 120 characters (found 128).
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/listeners/MVPlayerListener.java:423:0: warning: Line is longer than 120 characters (found 128). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/listeners/MVPlayerListener.java#L418
[checkstyle] reported by reviewdog 🐶
')' should be on the previous line.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/listeners/MVPlayerListener.java:418:9: warning: ')' should be on the previous line. (SeparatorWrapEol)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/utils/StringFormatter.java#L180
[checkstyle] reported by reviewdog 🐶
Abbreviation in name 'parseCSVMap' must contain no more than '1' consecutive capital letters.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/utils/StringFormatter.java:180:53: warning: Abbreviation in name 'parseCSVMap' must contain no more than '1' consecutive capital letters. (com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/utils/StringFormatter.java#L120
[checkstyle] reported by reviewdog 🐶
Cyclomatic Complexity is 12 (max allowed is 7).
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/utils/StringFormatter.java:120:5: warning: Cyclomatic Complexity is 12 (max allowed is 7). (com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/utils/StringFormatter.java#L57
[checkstyle] reported by reviewdog 🐶
Line is longer than 120 characters (found 127).
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/utils/StringFormatter.java:57:0: warning: Line is longer than 120 characters (found 127). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/utils/StringFormatter.java#L41
[checkstyle] reported by reviewdog 🐶
Missing a Javadoc comment.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/utils/StringFormatter.java:41:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
|