Skip to content

Swerve

Swerve #235

GitHub Actions / checkstyle failed Feb 12, 2025 in 1s

reviewdog [checkstyle] report

reported by reviewdog 🐶

Findings (2)

src/main/java/frc/robot/drivebase/SwerveModule.java|132| Line is longer than 100 characters (found 101).
src/main/java/frc/robot/drivebase/SwerveModule.java|133 col 3| Comment has incorrect indentation level 2, expected is 4, indentation should be the same level as line 134.

Filtered Findings (0)

Annotations

Check warning on line 132 in src/main/java/frc/robot/drivebase/SwerveModule.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/main/java/frc/robot/drivebase/SwerveModule.java#L132 <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck>

Line is longer than 100 characters (found 101).
Raw output
/github/workspace/./src/main/java/frc/robot/drivebase/SwerveModule.java:132:0: warning: Line is longer than 100 characters (found 101). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)

Check warning on line 133 in src/main/java/frc/robot/drivebase/SwerveModule.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/main/java/frc/robot/drivebase/SwerveModule.java#L133 <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck>

Comment has incorrect indentation level 2, expected is 4, indentation should be the same level as line 134.
Raw output
/github/workspace/./src/main/java/frc/robot/drivebase/SwerveModule.java:133:3: warning: Comment has incorrect indentation level 2, expected is 4, indentation should be the same level as line 134. (com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck)