Skip to content

Swerve

Swerve #232

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

reviewdog [checkstyle] report

reported by reviewdog 🐶

Findings (4)

src/main/java/frc/robot/drivebase/SwerveModule.java|131| Line is longer than 100 characters (found 101).
src/main/java/frc/robot/drivebase/SwerveModule.java|131 col 3| 'METHOD_DEF' should be separated from previous line.
src/main/java/frc/robot/commands/SwerveControlCmd.java|43 col 12| Local variable name 'xSpeed' must match pattern '^a-z?$'.
src/main/java/frc/robot/commands/SwerveControlCmd.java|44 col 12| Local variable name 'ySpeed' must match pattern '^a-z?$'.

Filtered Findings (0)

Annotations

Check warning on line 131 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#L131 <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:131:0: warning: Line is longer than 100 characters (found 101). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)

Check warning on line 131 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#L131 <com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck>

'METHOD_DEF' should be separated from previous line.
Raw output
/github/workspace/./src/main/java/frc/robot/drivebase/SwerveModule.java:131:3: warning: 'METHOD_DEF' should be separated from previous line. (com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck)

Check warning on line 43 in src/main/java/frc/robot/commands/SwerveControlCmd.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/main/java/frc/robot/commands/SwerveControlCmd.java#L43 <com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck>

Local variable name 'xSpeed' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'.
Raw output
/github/workspace/./src/main/java/frc/robot/commands/SwerveControlCmd.java:43:12: warning: Local variable name 'xSpeed' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. (com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck)

Check warning on line 44 in src/main/java/frc/robot/commands/SwerveControlCmd.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/main/java/frc/robot/commands/SwerveControlCmd.java#L44 <com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck>

Local variable name 'ySpeed' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'.
Raw output
/github/workspace/./src/main/java/frc/robot/commands/SwerveControlCmd.java:44:12: warning: Local variable name 'ySpeed' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. (com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck)