Skip to content

Add config option for /mv confirm timeout #392

Add config option for /mv confirm timeout

Add config option for /mv confirm timeout #392

Triggered via pull request February 12, 2025 19:21
Status Success
Total duration 36s
Artifacts

pr.checkstyle.yml

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

Annotations

7 warnings
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/config/MVCoreConfig.java#L470
[checkstyle] reported by reviewdog 🐶 Class 'MVCoreConfig' looks like designed for extension (can be subclassed), but the method 'getConfirmTimeout' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MVCoreConfig' final or making the method 'getConfirmTimeout' static/final/abstract/empty, or adding allowed annotation for the method. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/config/MVCoreConfig.java:470:5: info: Class 'MVCoreConfig' looks like designed for extension (can be subclassed), but the method 'getConfirmTimeout' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MVCoreConfig' final or making the method 'getConfirmTimeout' static/final/abstract/empty, or adding allowed annotation for the method. (com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/config/MVCoreConfig.java#L474
[checkstyle] reported by reviewdog 🐶 Class 'MVCoreConfig' looks like designed for extension (can be subclassed), but the method 'setConfirmTimeout' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MVCoreConfig' final or making the method 'setConfirmTimeout' static/final/abstract/empty, or adding allowed annotation for the method. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/config/MVCoreConfig.java:474:5: info: Class 'MVCoreConfig' looks like designed for extension (can be subclassed), but the method 'setConfirmTimeout' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MVCoreConfig' final or making the method 'setConfirmTimeout' static/final/abstract/empty, or adding allowed annotation for the method. (com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/config/MVCoreConfig.java#L474
[checkstyle] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/config/MVCoreConfig.java:474:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/config/MVCoreConfigNodes.java#L326
[checkstyle] reported by reviewdog 🐶 '10' is a magic number. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/config/MVCoreConfigNodes.java:326:27: warning: '10' is a magic number. (com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commandtools/queue/CommandQueuePayload.java#L30
[checkstyle] reported by reviewdog 🐶 'VARIABLE_DEF' should be separated from previous line. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commandtools/queue/CommandQueuePayload.java:30:5: warning: 'VARIABLE_DEF' should be separated from previous line. (com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commandtools/queue/CommandQueuePayload.java#L31
[checkstyle] reported by reviewdog 🐶 Don't use trailing comments. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commandtools/queue/CommandQueuePayload.java:31:34: warning: Don't use trailing comments. (com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commandtools/queue/CommandQueuePayload.java#L31
[checkstyle] reported by reviewdog 🐶 Comment matches to-do format 'TODO'. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commandtools/queue/CommandQueuePayload.java:31:36: info: Comment matches to-do format 'TODO'. (com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck)