Skip to content

Update vendordeps

Update vendordeps #86

Triggered via pull request February 21, 2024 03:44
Status Success
Total duration 1m 20s
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/qodana-action@v2023.3.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Statement with empty body: src/main/java/frc/robot/util/Time.java#L16
`while` statement has empty body
Pointless boolean expression: src/main/java/frc/robot/commands/ConveyorCommand.java#L28
`ConveyorJoystick.getRawButton(6) == true` can be simplified to 'ConveyorJoystick.getRawButton(6)'
Pointless boolean expression: src/main/java/frc/robot/commands/ConveyorCommand.java#L31
`ConveyorJoystick.getRawButton(5) == true` can be simplified to 'ConveyorJoystick.getRawButton(5)'