V5.4 #686
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/utils/PlayerFinder.java#L241
[checkstyle] reported by reviewdog 🐶
Unnecessary parentheses around expression.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/utils/PlayerFinder.java:241:27: warning: Unnecessary parentheses around expression. (com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/utils/PlayerFinder.java#L219
[checkstyle] reported by reviewdog 🐶
')' should be on the previous line.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/utils/PlayerFinder.java:219:17: warning: ')' should be on the previous line. (SeparatorWrapEol)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/utils/PlayerFinder.java#L214
[checkstyle] reported by reviewdog 🐶
')' should be on the previous line.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/utils/PlayerFinder.java:214:5: warning: ')' should be on the previous line. (SeparatorWrapEol)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/utils/PlayerFinder.java#L121
[checkstyle] reported by reviewdog 🐶
Use a single space to separate non-whitespace characters.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/utils/PlayerFinder.java:121:17: 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/utils/PlayerFinder.java#L97
[checkstyle] reported by reviewdog 🐶
')' should be on the previous line.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/utils/PlayerFinder.java:97:5: warning: ')' should be on the previous line. (SeparatorWrapEol)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/utils/PlayerFinder.java#L94
[checkstyle] reported by reviewdog 🐶
Cyclomatic Complexity is 8 (max allowed is 7).
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/utils/PlayerFinder.java:94:5: warning: Cyclomatic Complexity is 8 (max allowed is 7). (com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/utils/PlayerFinder.java#L94
[checkstyle] reported by reviewdog 🐶
Return count is 4 (max allowed for non-void methods/lambdas is 2).
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/utils/PlayerFinder.java:94:5: info: Return count is 4 (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/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)
|