Skip to content

Ben/mv5/code smell #353

Ben/mv5/code smell

Ben/mv5/code smell #353

Triggered via pull request January 25, 2025 01:03
Status Success
Total duration 24s
Artifacts

pr.checkstyle.yml

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

Annotations

3 warnings
checkstyle / checkstyle
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commandtools/context/GameRuleValue.java#L6
[checkstyle] reported by reviewdog 🐶 Type Javadoc comment is missing @param value tag. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commandtools/context/GameRuleValue.java:6:1: warning: Type Javadoc comment is missing @param value tag. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/world/helpers/WorldPurger.java#L33
[checkstyle] reported by reviewdog 🐶 Block tags have to appear in the order '[@author, @Version, @param, @return, @throws, @exception, @see, @SInCE, @serial, @serialField, @Serialdata, @deprecated]'. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/world/helpers/WorldPurger.java:33:0: warning: Block tags have to appear in the order '[@author, @Version, @param, @return, @throws, @exception, @see, @SInCE, @serial, @serialField, @Serialdata, @deprecated]'. (com.puppycrawl.tools.checkstyle.checks.javadoc.AtclauseOrderCheck)