Skip to content

fixed testtool errors #85

fixed testtool errors

fixed testtool errors #85

GitHub Actions / testtool failed Jan 10, 2024 in 0s

reviewdog [testtool] report

reported by reviewdog 🐶

Findings (1)

src/main/java/frc/robot/Main.java|23| Javadoc tag '@param' should be preceded with an empty line.

Filtered Findings (0)

Annotations

Check warning on line 23 in src/main/java/frc/robot/Main.java

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] src/main/java/frc/robot/Main.java#L23 <com.puppycrawl.tools.checkstyle.checks.javadoc.RequireEmptyLineBeforeBlockTagGroupCheck>

Javadoc tag '@param' should be preceded with an empty line.
Raw output
/github/workspace/./src/main/java/frc/robot/Main.java:23:0: warning: Javadoc tag '@param' should be preceded with an empty line. (com.puppycrawl.tools.checkstyle.checks.javadoc.RequireEmptyLineBeforeBlockTagGroupCheck)