Skip to content

Commit

Permalink
fixed testtool errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gvaldez7206 committed Jan 10, 2024
1 parent fd8272b commit 4b2de5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/frc/robot/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ private Main() {}
* If you change your main robot class, change the parameter type.
*
* @param args String args

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

View workflow job for this annotation

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)
*
*/
public static void main(String... args) {
RobotBase.startRobot(Robot::new);
Expand Down

0 comments on commit 4b2de5b

Please sign in to comment.