Skip to content

Zax71/mv5/gamerule command merge #158

Zax71/mv5/gamerule command merge

Zax71/mv5/gamerule command merge #158

Triggered via pull request September 25, 2023 04:29
Status Success
Total duration 31s
Artifacts

pr.checkstyle.yml

on: pull_request
checkstyle  /  checkstyle
19s
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.reset.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.reset.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/resources/multiverse-core_en.properties#L76
[checkstyle] reported by reviewdog 🐶 Property key 'mv-core.gamerule.reset.failed' is not in the right order with previous property 'mv-core.gamerule.reset.world.description'. Raw Output: /github/workspace/./src/main/resources/multiverse-core_en.properties:76:0: warning: Property key 'mv-core.gamerule.reset.failed' is not in the right order with previous property 'mv-core.gamerule.reset.world.description'. (com.puppycrawl.tools.checkstyle.checks.OrderedPropertiesCheck)
checkstyle / checkstyle: src/main/resources/multiverse-core_en.properties#L78
[checkstyle] reported by reviewdog 🐶 Property key 'mv-core.gamerule.reset.success.multiple' is not in the right order with previous property 'mv-core.gamerule.reset.success.single'. Raw Output: /github/workspace/./src/main/resources/multiverse-core_en.properties:78:0: warning: Property key 'mv-core.gamerule.reset.success.multiple' is not in the right order with previous property 'mv-core.gamerule.reset.success.single'. (com.puppycrawl.tools.checkstyle.checks.OrderedPropertiesCheck)
checkstyle / checkstyle: src/main/resources/multiverse-core_en.properties#L81
[checkstyle] reported by reviewdog 🐶 Property key 'mv-core.gamerule.list.description' is not in the right order with previous property 'mv-core.gamerule.reset.success.multiple'. Raw Output: /github/workspace/./src/main/resources/multiverse-core_en.properties:81:0: warning: Property key 'mv-core.gamerule.list.description' is not in the right order with previous property 'mv-core.gamerule.reset.success.multiple'. (com.puppycrawl.tools.checkstyle.checks.OrderedPropertiesCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/GameruleCommand.java#L46
[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:46: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#L58
[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:58: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#L185
[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:185: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#L185
[checkstyle] reported by reviewdog 🐶 Don't use trailing comments. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/GameruleCommand.java:185:111: warning: Don't use trailing comments. (com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck)