fix lint #112
GitHub Actions / testtool
failed
Jan 24, 2024 in 1s
reviewdog [testtool] report
reported by reviewdog 🐶
Findings (2)
src/main/java/frc/robot/Robot.java|174| Empty line should be followed by
tag on the next line.
src/main/java/frc/robot/Robot.java|175| Empty line should be followed by
tag on the next line.
Filtered Findings (0)
Annotations
Check warning on line 174 in src/main/java/frc/robot/Robot.java
github-actions / testtool
[testtool] src/main/java/frc/robot/Robot.java#L174 <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck>
Empty line should be followed by <p> tag on the next line.
Raw output
/github/workspace/./src/main/java/frc/robot/Robot.java:174:0: warning: Empty line should be followed by <p> tag on the next line. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck)
Check warning on line 175 in src/main/java/frc/robot/Robot.java
github-actions / testtool
[testtool] src/main/java/frc/robot/Robot.java#L175 <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck>
Empty line should be followed by <p> tag on the next line.
Raw output
/github/workspace/./src/main/java/frc/robot/Robot.java:175:0: warning: Empty line should be followed by <p> tag on the next line. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck)
Loading