Skip to content

Fix/intake

Fix/intake #109

Triggered via pull request March 6, 2024 01:04
Status Success
Total duration 1m 29s
Artifacts

qodana.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
qodana
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: JetBrains/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Pointless boolean expression: src/main/java/frc/robot/commands/FlyWCommand.java#L28
`ConveyorJoystick.getRawButton(7) == true` can be simplified to 'ConveyorJoystick.getRawButton(7)'
Pointless boolean expression: src/main/java/frc/robot/commands/FlyWCommand.java#L31
`ConveyorJoystick.getRawButton(8) == true` can be simplified to 'ConveyorJoystick.getRawButton(8)'
Pointless boolean expression: src/main/java/frc/robot/commands/FlyWCommand.java#L34
`ConveyorJoystick.getRawButton(9) == true` can be simplified to 'ConveyorJoystick.getRawButton(9)'