V5.4 #679
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/command/context/issueraware/IssuerAwareContextBuilder.java#L158
[checkstyle] reported by reviewdog 🐶
String literal expressions should be on the left side of an equals comparison.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/command/context/issueraware/IssuerAwareContextBuilder.java:158:27: warning: String literal expressions should be on the left side of an equals comparison. (com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/command/context/issueraware/IssuerAwareContextBuilder.java#L154
[checkstyle] reported by reviewdog 🐶
Cyclomatic Complexity is 10 (max allowed is 7).
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/command/context/issueraware/IssuerAwareContextBuilder.java:154:5: warning: Cyclomatic Complexity is 10 (max allowed is 7). (com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/command/context/issueraware/IssuerAwareContextBuilder.java#L154
[checkstyle] reported by reviewdog 🐶
Return count is 3 (max allowed for non-void methods/lambdas is 2).
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/command/context/issueraware/IssuerAwareContextBuilder.java:154:5: info: Return count is 3 (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/command/context/issueraware/IssuerAwareContextBuilder.java#L154
[checkstyle] reported by reviewdog 🐶
Line is longer than 120 characters (found 135).
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/command/context/issueraware/IssuerAwareContextBuilder.java:154:0: warning: Line is longer than 120 characters (found 135). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/destination/DestinationInstance.java#L9
[checkstyle] reported by reviewdog 🐶
'org.mvplugins.multiverse.core.locale.message.Message' should be separated from previous imports.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/destination/DestinationInstance.java:9:1: warning: 'org.mvplugins.multiverse.core.locale.message.Message' should be separated from previous imports. (com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/destination/core/AnchorDestinationInstance.java#L72
[checkstyle] reported by reviewdog 🐶
Comment matches to-do format 'TODO'.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/destination/core/AnchorDestinationInstance.java:72:11: info: Comment matches to-do format 'TODO'. (com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/destination/core/BedDestinationInstance.java#L73
[checkstyle] reported by reviewdog 🐶
Comment matches to-do format 'TODO'.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/destination/core/BedDestinationInstance.java:73:11: info: Comment matches to-do format 'TODO'. (com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/utils/result/Attempt.java#L168
[checkstyle] reported by reviewdog 🐶
'method def modifier' has incorrect indentation level 5, expected level should be 4.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/utils/result/Attempt.java:168:6: warning: 'method def modifier' has incorrect indentation level 5, expected level should be 4. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/commands/TeleportCommand.java#L152
[checkstyle] reported by reviewdog 🐶
The String " players" appears 2 times in the file.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/TeleportCommand.java:152:64: warning: The String " players" appears 2 times in the file. (com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/commands/TeleportCommand.java#L25
[checkstyle] reported by reviewdog 🐶
Unused import - org.mvplugins.multiverse.core.command.flags.PageFilterFlags.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/TeleportCommand.java:25:8: warning: Unused import - org.mvplugins.multiverse.core.command.flags.PageFilterFlags. (com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck)
|