Skip to content

should be done, need to test #90

should be done, need to test

should be done, need to test #90

GitHub Actions / testtool failed Jan 13, 2024 in 0s

reviewdog [testtool] report

reported by reviewdog 🐶

Findings (4)

src/main/java/frc/robot/RobotContainer.java|35 col 23| ';' should be separated from previous line.
src/main/java/frc/robot/RobotContainer.java|35 col 23| Only one statement per line allowed.
src/main/java/frc/robot/RobotContainer.java|38 col 35| ';' should be separated from previous line.
src/main/java/frc/robot/RobotContainer.java|38 col 35| Only one statement per line allowed.

Filtered Findings (0)

Annotations

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

';' should be separated from previous line.
Raw output
/github/workspace/./src/main/java/frc/robot/RobotContainer.java:35:23: warning: ';' should be separated from previous line. (com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck)

Check warning on line 35 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#L35 <com.puppycrawl.tools.checkstyle.checks.coding.OneStatementPerLineCheck>

Only one statement per line allowed.
Raw output
/github/workspace/./src/main/java/frc/robot/RobotContainer.java:35:23: warning: Only one statement per line allowed. (com.puppycrawl.tools.checkstyle.checks.coding.OneStatementPerLineCheck)

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

';' should be separated from previous line.
Raw output
/github/workspace/./src/main/java/frc/robot/RobotContainer.java:38:35: warning: ';' should be separated from previous line. (com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck)

Check warning on line 38 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#L38 <com.puppycrawl.tools.checkstyle.checks.coding.OneStatementPerLineCheck>

Only one statement per line allowed.
Raw output
/github/workspace/./src/main/java/frc/robot/RobotContainer.java:38:35: warning: Only one statement per line allowed. (com.puppycrawl.tools.checkstyle.checks.coding.OneStatementPerLineCheck)