Skip to content
GitHub Actions / testtool failed Jan 21, 2024 in 0s

reviewdog [testtool] report

reported by reviewdog 🐶

Findings (3)

src/main/java/frc/robot/Constants.java|151 col 53| Comment has incorrect indentation level 52, expected is 16, indentation should be the same level as line 152.
src/main/java/frc/robot/RobotContainer.java|71 col 9| switch without "default" clause.
src/main/java/frc/robot/subsystems/Swerve.java|235 col 5| Missing a Javadoc comment.

Filtered Findings (0)

Annotations

Check warning on line 151 in src/main/java/frc/robot/Constants.java

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] src/main/java/frc/robot/Constants.java#L151 <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck>

Comment has incorrect indentation level 52, expected is 16, indentation should be the same level as line 152.
Raw output
/github/workspace/./src/main/java/frc/robot/Constants.java:151:53: warning: Comment has incorrect indentation level 52, expected is 16, indentation should be the same level as line 152. (com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck)

Check warning on line 71 in src/main/java/frc/robot/RobotContainer.java

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] src/main/java/frc/robot/RobotContainer.java#L71 <com.puppycrawl.tools.checkstyle.checks.coding.MissingSwitchDefaultCheck>

switch without "default" clause.
Raw output
/github/workspace/./src/main/java/frc/robot/RobotContainer.java:71:9: warning: switch without "default" clause. (com.puppycrawl.tools.checkstyle.checks.coding.MissingSwitchDefaultCheck)

Check warning on line 235 in src/main/java/frc/robot/subsystems/Swerve.java

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] src/main/java/frc/robot/subsystems/Swerve.java#L235 <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck>

Missing a Javadoc comment.
Raw output
/github/workspace/./src/main/java/frc/robot/subsystems/Swerve.java:235:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)