Fix/intake #108
Annotations
3 warnings
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/.
|
Qodana Scan:
src/main/java/frc/robot/commands/FlyWCommand.java#L28
`ConveyorJoystick.getRawButton(3) == true` can be simplified to 'ConveyorJoystick.getRawButton(3)'
|
Qodana Scan:
src/main/java/frc/robot/commands/FlyWCommand.java#L31
`ConveyorJoystick.getRawButton(4) == true` can be simplified to 'ConveyorJoystick.getRawButton(4)'
|
Loading