Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

fill out controls. need to test #740

fill out controls. need to test

fill out controls. need to test #740

GitHub Actions / testtool failed Nov 8, 2023 in 1s

reviewdog [testtool] report

reported by reviewdog 🐶

Findings (4)

src/main/java/frc/robot/commands/drive/TeleopSwerve.java|28 col 5| Each variable declaration must be in its own statement.
src/main/java/frc/lib/util/KeyboardAndMouse.java|17 col 5| Each variable declaration must be in its own statement.
src/main/java/frc/lib/util/KeyboardAndMouse.java|18 col 5| Each variable declaration must be in its own statement.
src/main/java/frc/lib/util/KeyboardAndMouse.java|171 col 9| Each variable declaration must be in its own statement.

Filtered Findings (0)

Annotations

Check warning on line 28 in src/main/java/frc/robot/commands/drive/TeleopSwerve.java

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] src/main/java/frc/robot/commands/drive/TeleopSwerve.java#L28 <com.puppycrawl.tools.checkstyle.checks.coding.MultipleVariableDeclarationsCheck>

Each variable declaration must be in its own statement.
Raw output
/github/workspace/./src/main/java/frc/robot/commands/drive/TeleopSwerve.java:28:5: warning: Each variable declaration must be in its own statement. (com.puppycrawl.tools.checkstyle.checks.coding.MultipleVariableDeclarationsCheck)

Check warning on line 17 in src/main/java/frc/lib/util/KeyboardAndMouse.java

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] src/main/java/frc/lib/util/KeyboardAndMouse.java#L17 <com.puppycrawl.tools.checkstyle.checks.coding.MultipleVariableDeclarationsCheck>

Each variable declaration must be in its own statement.
Raw output
/github/workspace/./src/main/java/frc/lib/util/KeyboardAndMouse.java:17:5: warning: Each variable declaration must be in its own statement. (com.puppycrawl.tools.checkstyle.checks.coding.MultipleVariableDeclarationsCheck)

Check warning on line 18 in src/main/java/frc/lib/util/KeyboardAndMouse.java

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] src/main/java/frc/lib/util/KeyboardAndMouse.java#L18 <com.puppycrawl.tools.checkstyle.checks.coding.MultipleVariableDeclarationsCheck>

Each variable declaration must be in its own statement.
Raw output
/github/workspace/./src/main/java/frc/lib/util/KeyboardAndMouse.java:18:5: warning: Each variable declaration must be in its own statement. (com.puppycrawl.tools.checkstyle.checks.coding.MultipleVariableDeclarationsCheck)

Check warning on line 171 in src/main/java/frc/lib/util/KeyboardAndMouse.java

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] src/main/java/frc/lib/util/KeyboardAndMouse.java#L171 <com.puppycrawl.tools.checkstyle.checks.coding.MultipleVariableDeclarationsCheck>

Each variable declaration must be in its own statement.
Raw output
/github/workspace/./src/main/java/frc/lib/util/KeyboardAndMouse.java:171:9: warning: Each variable declaration must be in its own statement. (com.puppycrawl.tools.checkstyle.checks.coding.MultipleVariableDeclarationsCheck)