changed swerve module conversions #703
main.yml
on: push
Linting
13s
Spell Check
11s
Find merge conflicts
2s
Test Javadocs Generation
1m 3s
Build
2m 2s
Annotations
8 warnings
Find merge conflicts
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Linting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Linting:
src/main/java/frc/robot/subsystems/intake/IntakeIOFalcon.java#L36
[checkstyle] reported by reviewdog 🐶
Member name 'LeftConfig' must match pattern '^[_a-z][_a-zA-Z0-9]*$'.
Raw Output:
/github/workspace/./src/main/java/frc/robot/subsystems/intake/IntakeIOFalcon.java:36:20: warning: Member name 'LeftConfig' must match pattern '^[_a-z][_a-zA-Z0-9]*$'. (com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck)
|
Linting:
src/main/java/frc/robot/subsystems/intake/IntakeIOFalcon.java#L37
[checkstyle] reported by reviewdog 🐶
Member name 'RightConfig' must match pattern '^[_a-z][_a-zA-Z0-9]*$'.
Raw Output:
/github/workspace/./src/main/java/frc/robot/subsystems/intake/IntakeIOFalcon.java:37:20: warning: Member name 'RightConfig' must match pattern '^[_a-z][_a-zA-Z0-9]*$'. (com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck)
|
Linting:
src/main/java/frc/robot/subsystems/elevator_wrist/ElevatorWristReal.java#L38
[checkstyle] reported by reviewdog 🐶
Javadoc comment is placed in the wrong location.
Raw Output:
/github/workspace/./src/main/java/frc/robot/subsystems/elevator_wrist/ElevatorWristReal.java:38:9: warning: Javadoc comment is placed in the wrong location. (com.puppycrawl.tools.checkstyle.checks.javadoc.InvalidJavadocPositionCheck)
|
Linting:
src/main/java/frc/robot/subsystems/elevator_wrist/ElevatorWristReal.java#L46
[checkstyle] reported by reviewdog 🐶
Javadoc comment is placed in the wrong location.
Raw Output:
/github/workspace/./src/main/java/frc/robot/subsystems/elevator_wrist/ElevatorWristReal.java:46:9: warning: Javadoc comment is placed in the wrong location. (com.puppycrawl.tools.checkstyle.checks.javadoc.InvalidJavadocPositionCheck)
|
Linting:
src/main/java/frc/robot/subsystems/elevator_wrist/ElevatorWristReal.java#L54
[checkstyle] reported by reviewdog 🐶
Javadoc comment is placed in the wrong location.
Raw Output:
/github/workspace/./src/main/java/frc/robot/subsystems/elevator_wrist/ElevatorWristReal.java:54:9: warning: Javadoc comment is placed in the wrong location. (com.puppycrawl.tools.checkstyle.checks.javadoc.InvalidJavadocPositionCheck)
|
Spell Check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|