V5.5-2 #720
pr.checkstyle.yml
on: pull_request
checkstyle
/
checkstyle
23s
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#L189
[checkstyle] reported by reviewdog 🐶
Missing a Javadoc comment.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/config/CoreConfig.java:189: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#L566
[checkstyle] reported by reviewdog 🐶
'+' should be on a new line.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/config/CoreConfigNodes.java:566:129: warning: '+' should be on a new line. (com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/config/CoreConfigNodes.java#L566
[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:566: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#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#L178
[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:178:53: warning: Abbreviation in name 'parseCSVMap' must contain no more than '1' consecutive capital letters. (com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck)
|