Skip to content

Update drive command, CI jobs #20

Update drive command, CI jobs

Update drive command, CI jobs #20

Triggered via push March 3, 2024 07:08
Status Failure
Total duration 1m 51s
Billable time 2m
Artifacts

qodana.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
qodana
Code scanning is not enabled for this repository. Please enable code scanning in the repository settings.
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/.
qodana
Code scanning is not enabled for this repository. Please enable code scanning in the repository settings.
qodana
Code scanning is not enabled for this repository. Please enable code scanning in the repository settings.
qodana
Code scanning is not enabled for this repository. Please enable code scanning in the repository settings.
Nullability and data flow problems: src/main/java/frc/robot/Robot.java#L75
Switch label `1` is unreachable
Nullability and data flow problems: src/main/java/frc/robot/Robot.java#L72
Switch label `0` is unreachable
Inner class may be 'static': src/main/java/frc/robot/Constants.java#L33
Inner class `HardwareConstants` may be 'static'
Simplifiable conditional expression: src/main/java/frc/robot/subsystems/swerve/SwerveSubsystem.java#L121
`alliance.isPresent() ? alliance.get() == DriverStation.Alliance.Red : false` can be simplified to 'alliance.isPresent() \&\& alliance.get() == DriverStation.Alliance.Red'
'Collection.toArray()' call style: src/main/java/frc/robot/Robot.java#L157
Call to `toArray()` with pre-sized array argument 'new String\[clientNames.size()\]'
'Collection.toArray()' call style: src/main/java/frc/robot/Robot.java#L159
Call to `toArray()` with pre-sized array argument 'new String\[clientAddresses.size()\]'