Skip to content

Ben/mv5/modify command #122

Ben/mv5/modify command

Ben/mv5/modify command #122

Triggered via pull request September 14, 2023 14:33
Status Success
Total duration 45s
Artifacts

pr.checkstyle.yml

on: pull_request
checkstyle  /  checkstyle
34s
checkstyle / checkstyle
Fit to window
Zoom out
Zoom in

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.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commandtools/MVCommandContexts.java#L166
[checkstyle] reported by reviewdog 🐶 Return count is 7 (max allowed for non-void methods/lambdas is 2). Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commandtools/MVCommandContexts.java:166:5: info: Return count is 7 (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/commandtools/MVCommandContexts.java#L166
[checkstyle] reported by reviewdog 🐶 Cyclomatic Complexity is 10 (max allowed is 7). Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commandtools/MVCommandContexts.java:166: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/commandtools/MVCommandContexts.java#L173
[checkstyle] reported by reviewdog 🐶 The String "Player is not in a Multiverse World." appears 7 times in the file. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commandtools/MVCommandContexts.java:173:74: warning: The String "Player is not in a Multiverse World." appears 7 times in the file. (com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commandtools/MVCommandContexts.java#L178
[checkstyle] reported by reviewdog 🐶 The String "This command can only be used by a player in a Multiverse World." appears 3 times in the file. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commandtools/MVCommandContexts.java:178:46: warning: The String "This command can only be used by a player in a Multiverse World." appears 3 times in the file. (com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commandtools/MVCommandContexts.java#L185
[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/commandtools/MVCommandContexts.java:185: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/commandtools/MVCommandContexts.java#L185
[checkstyle] reported by reviewdog 🐶 The String "issuerAware" appears 5 times in the file. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commandtools/MVCommandContexts.java:185:28: warning: The String "issuerAware" appears 5 times in the file. (com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commandtools/MVCommandContexts.java#L208
[checkstyle] reported by reviewdog 🐶 The String "World " appears 4 times in the file. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commandtools/MVCommandContexts.java:208:42: warning: The String "World " appears 4 times in the file. (com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commandtools/MVCommandContexts.java#L208
[checkstyle] reported by reviewdog 🐶 The String " is not a loaded multiverse world." appears 4 times in the file. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commandtools/MVCommandContexts.java:208:65: warning: The String " is not a loaded multiverse world." appears 4 times in the file. (com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commandtools/MVCommandContexts.java#L212
[checkstyle] reported by reviewdog 🐶 Return count is 7 (max allowed for non-void methods/lambdas is 2). Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commandtools/MVCommandContexts.java:212:5: info: Return count is 7 (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/commandtools/MVCommandContexts.java#L212
[checkstyle] reported by reviewdog 🐶 Cyclomatic Complexity is 10 (max allowed is 7). Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commandtools/MVCommandContexts.java:212:5: warning: Cyclomatic Complexity is 10 (max allowed is 7). (com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck)