Ben/mv5/code smell #353
pr.checkstyle.yml
on: pull_request
checkstyle
/
checkstyle
18s
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)
|