Skip to content

Add config option for /mv confirm timeout #393

Add config option for /mv confirm timeout

Add config option for /mv confirm timeout #393

Triggered via pull request February 13, 2025 05:28
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

4 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 🐶 '30' is a magic number. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/config/MVCoreConfigNodes.java:326:27: warning: '30' is a magic number. (com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck)