Skip to content

Zax71/mv5/gamerule command merge #157

Zax71/mv5/gamerule command merge

Zax71/mv5/gamerule command merge #157

Triggered via pull request September 24, 2023 09:35
Status Success
Total duration 32s
Artifacts

pr.checkstyle.yml

on: pull_request
checkstyle  /  checkstyle
23s
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/resources/multiverse-core_en.properties#L68
[checkstyle] reported by reviewdog 🐶 Property key 'mv-core.gamerule.set.failed' is not in the right order with previous property 'mv-core.gamerule.set.world.description'. Raw Output: /github/workspace/./src/main/resources/multiverse-core_en.properties:68:0: warning: Property key 'mv-core.gamerule.set.failed' is not in the right order with previous property 'mv-core.gamerule.set.world.description'. (com.puppycrawl.tools.checkstyle.checks.OrderedPropertiesCheck)
checkstyle / checkstyle: src/main/resources/multiverse-core_en.properties#L70
[checkstyle] reported by reviewdog 🐶 Property key 'mv-core.gamerule.set.success.multiple' is not in the right order with previous property 'mv-core.gamerule.set.success.single'. Raw Output: /github/workspace/./src/main/resources/multiverse-core_en.properties:70:0: warning: Property key 'mv-core.gamerule.set.success.multiple' is not in the right order with previous property 'mv-core.gamerule.set.success.single'. (com.puppycrawl.tools.checkstyle.checks.OrderedPropertiesCheck)
checkstyle / checkstyle: src/main/resources/multiverse-core_en.properties#L73
[checkstyle] reported by reviewdog 🐶 Property key 'mv-core.gamerule.list.description' is not in the right order with previous property 'mv-core.gamerule.set.success.multiple'. Raw Output: /github/workspace/./src/main/resources/multiverse-core_en.properties:73:0: warning: Property key 'mv-core.gamerule.list.description' is not in the right order with previous property 'mv-core.gamerule.set.success.multiple'. (com.puppycrawl.tools.checkstyle.checks.OrderedPropertiesCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/GameruleCommand.java#L37
[checkstyle] reported by reviewdog 🐶 Wrong order for 'java.util.HashMap' import. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/GameruleCommand.java:37:1: warning: Wrong order for 'java.util.HashMap' import. (com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/GameruleCommand.java#L45
[checkstyle] reported by reviewdog 🐶 Abbreviation in name 'PAGE_FLAG' must contain no more than '1' consecutive capital letters. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/GameruleCommand.java:45:45: warning: Abbreviation in name 'PAGE_FLAG' 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/commands/GameruleCommand.java#L57
[checkstyle] reported by reviewdog 🐶 Abbreviation in name 'FILTER_FLAG' must contain no more than '1' consecutive capital letters. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/GameruleCommand.java:57:51: warning: Abbreviation in name 'FILTER_FLAG' 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/commands/GameruleCommand.java#L94
[checkstyle] reported by reviewdog 🐶 '{' at column 5 should be on the previous line. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/GameruleCommand.java:94:5: warning: '{' at column 5 should be on the previous line. (com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/GameruleCommand.java#L94
[checkstyle] reported by reviewdog 🐶 'method def lcurly' has incorrect indentation level 4, expected level should be 8. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/GameruleCommand.java:94:5: warning: 'method def lcurly' has incorrect indentation level 4, expected level should be 8. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/GameruleCommand.java#L145
[checkstyle] reported by reviewdog 🐶 Line is longer than 120 characters (found 130). Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/GameruleCommand.java:145:0: warning: Line is longer than 120 characters (found 130). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/GameruleCommand.java#L145
[checkstyle] reported by reviewdog 🐶 Don't use trailing comments. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/GameruleCommand.java:145:111: warning: Don't use trailing comments. (com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck)