Skip to content

Commit

Permalink
asdfasdf
Browse files Browse the repository at this point in the history
  • Loading branch information
legoguy1000 committed Oct 20, 2024
1 parent f865789 commit 2254ff8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/frc/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ public void robotInit() {
* diagnostics that you want ran during disabled, autonomous, teleoperated and test.
*
* <p>
*

Check warning on line 105 in src/main/java/frc/robot/Robot.java

View workflow job for this annotation

GitHub Actions / testtool

[testtool] src/main/java/frc/robot/Robot.java#L105 <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:105: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 106 in src/main/java/frc/robot/Robot.java

View workflow job for this annotation

GitHub Actions / testtool

[testtool] src/main/java/frc/robot/Robot.java#L106 <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:106: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 107 in src/main/java/frc/robot/Robot.java

View workflow job for this annotation

GitHub Actions / testtool

[testtool] src/main/java/frc/robot/Robot.java#L107 <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:107: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 108 in src/main/java/frc/robot/Robot.java

View workflow job for this annotation

GitHub Actions / testtool

[testtool] src/main/java/frc/robot/Robot.java#L108 <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:108:0: warning: Empty line should be followed by <p> tag on the next line. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck)
* This runs after the mode specific periodic functions, but before LiveWindow and
* SmartDashboard integrated updating.
*/
Expand Down

0 comments on commit 2254ff8

Please sign in to comment.