Skip to content

Swerve drive

Swerve drive #122

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

reviewdog [checkstyle] report

reported by reviewdog 🐶

Findings (7)

src/main/java/frc/robot/Constants.java|133 col 54| WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
src/main/java/frc/robot/RobotContainer.java|9 col 1| Extra separation in import group before 'edu.wpi.first.wpilibj.XboxController'
src/main/java/frc/robot/RobotContainer.java|51 col 6| 'method def' child has incorrect indentation level 5, expected level should be 4.
src/main/java/frc/robot/RobotContainer.java|52 col 6| 'method def' child has incorrect indentation level 5, expected level should be 4.
src/main/java/frc/robot/RobotContainer.java|53 col 6| 'method call' child has incorrect indentation level 5, expected level should be 8.
src/main/java/frc/robot/RobotContainer.java|55 col 1| 'method def' child has incorrect indentation level 0, expected level should be 4.
src/main/java/frc/robot/RobotContainer.java|56 col 6| 'method call' child has incorrect indentation level 5, expected level should be 8.

Filtered Findings (0)

Annotations

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

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/main/java/frc/robot/Constants.java#L133 <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck>

WhitespaceAround: '=' is not followed by whitespace. Empty blocks                may only be represented as {} when not part of a multi-block statement (4.1.3)
Raw output
/github/workspace/./src/main/java/frc/robot/Constants.java:133:54: warning: WhitespaceAround: '=' is not followed by whitespace. Empty blocks                may only be represented as {} when not part of a multi-block statement (4.1.3) (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)

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

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/main/java/frc/robot/RobotContainer.java#L9 <com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck>

Extra separation in import group before 'edu.wpi.first.wpilibj.XboxController'
Raw output
/github/workspace/./src/main/java/frc/robot/RobotContainer.java:9:1: warning: Extra separation in import group before 'edu.wpi.first.wpilibj.XboxController' (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)

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

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/main/java/frc/robot/RobotContainer.java#L51 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>

'method def' child has incorrect indentation level 5, expected level should be 4.
Raw output
/github/workspace/./src/main/java/frc/robot/RobotContainer.java:51:6: warning: 'method def' child has incorrect indentation level 5, expected level should be 4. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)

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

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/main/java/frc/robot/RobotContainer.java#L52 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>

'method def' child has incorrect indentation level 5, expected level should be 4.
Raw output
/github/workspace/./src/main/java/frc/robot/RobotContainer.java:52:6: warning: 'method def' child has incorrect indentation level 5, expected level should be 4. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)

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

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/main/java/frc/robot/RobotContainer.java#L53 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>

'method call' child has incorrect indentation level 5, expected level should be 8.
Raw output
/github/workspace/./src/main/java/frc/robot/RobotContainer.java:53:6: warning: 'method call' child has incorrect indentation level 5, expected level should be 8. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)

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

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/main/java/frc/robot/RobotContainer.java#L55 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>

'method def' child has incorrect indentation level 0, expected level should be 4.
Raw output
/github/workspace/./src/main/java/frc/robot/RobotContainer.java:55:1: warning: 'method def' child has incorrect indentation level 0, expected level should be 4. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)

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

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/main/java/frc/robot/RobotContainer.java#L56 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>

'method call' child has incorrect indentation level 5, expected level should be 8.
Raw output
/github/workspace/./src/main/java/frc/robot/RobotContainer.java:56:6: warning: 'method call' child has incorrect indentation level 5, expected level should be 8. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)