Skip to content

Add /mv version

Add /mv version #164

Triggered via pull request February 24, 2024 13:50
Status Success
Total duration 26s
Artifacts

pr.checkstyle.yml

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

Annotations

5 warnings
checkstyle / checkstyle
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
checkstyle / checkstyle: src/main/resources/multiverse-core_en.properties#L145
[checkstyle] reported by reviewdog 🐶 Property key 'mv-core.version.authors' is not in the right order with previous property 'mv-core.version.mv'. Raw Output: /github/workspace/./src/main/resources/multiverse-core_en.properties:145:0: warning: Property key 'mv-core.version.authors' is not in the right order with previous property 'mv-core.version.mv'. (com.puppycrawl.tools.checkstyle.checks.OrderedPropertiesCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/VersionCommand.java#L12
[checkstyle] reported by reviewdog 🐶 'org.mvplugins.multiverse.core.MultiverseCore' should be separated from previous imports. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/VersionCommand.java:12:1: warning: 'org.mvplugins.multiverse.core.MultiverseCore' should be separated from previous imports. (com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/VersionCommand.java#L34
[checkstyle] reported by reviewdog 🐶 Line is longer than 120 characters (found 143). Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/VersionCommand.java:34:0: warning: Line is longer than 120 characters (found 143). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/VersionCommand.java#L35
[checkstyle] reported by reviewdog 🐶 Don't use trailing comments. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/VersionCommand.java:35:78: warning: Don't use trailing comments. (com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck)