Progress yippee! #10
main.yml
on: push
Linting
12s
Spell Check
9s
Find merge conflicts
3s
Test Javadocs Generation
56s
Build
1m 9s
Annotations
14 warnings
Find merge conflicts
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Spell Check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Linting
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Linting:
src/main/java/frc/robot/Constants.java#L24
[testtool] reported by reviewdog 🐶
Missing a Javadoc comment.
Raw Output:
/github/workspace/./src/main/java/frc/robot/Constants.java:24:9: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)
|
Linting:
src/main/java/frc/robot/Constants.java#L30
[testtool] reported by reviewdog 🐶
Missing a Javadoc comment.
Raw Output:
/github/workspace/./src/main/java/frc/robot/Constants.java:30:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)
|
Linting:
src/main/java/frc/robot/subsystems/elevatorWrist/ElevatorWristIO.java#L1
[testtool] reported by reviewdog 🐶
Package name 'frc.robot.subsystems.elevatorWrist' must match pattern '^[_a-z]+(\.[_a-z][_a-z0-9]*)*$'.
Raw Output:
/github/workspace/./src/main/java/frc/robot/subsystems/elevatorWrist/ElevatorWristIO.java:1:9: warning: Package name 'frc.robot.subsystems.elevatorWrist' must match pattern '^[_a-z]+(\.[_a-z][_a-z0-9]*)*$'. (com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck)
|
Linting:
src/main/java/frc/robot/subsystems/elevatorWrist/ElevatorWristIO.java#L5
[testtool] reported by reviewdog 🐶
Missing a Javadoc comment.
Raw Output:
/github/workspace/./src/main/java/frc/robot/subsystems/elevatorWrist/ElevatorWristIO.java:5:1: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)
|
Linting:
src/main/java/frc/robot/subsystems/elevatorWrist/ElevatorWristIO.java#L6
[testtool] reported by reviewdog 🐶
Missing a Javadoc comment.
Raw Output:
/github/workspace/./src/main/java/frc/robot/subsystems/elevatorWrist/ElevatorWristIO.java:6:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)
|
Linting:
src/main/java/frc/robot/subsystems/elevatorWrist/ElevatorWrist.java#L1
[testtool] reported by reviewdog 🐶
Package name 'frc.robot.subsystems.elevatorWrist' must match pattern '^[_a-z]+(\.[_a-z][_a-z0-9]*)*$'.
Raw Output:
/github/workspace/./src/main/java/frc/robot/subsystems/elevatorWrist/ElevatorWrist.java:1:9: warning: Package name 'frc.robot.subsystems.elevatorWrist' must match pattern '^[_a-z]+(\.[_a-z][_a-z0-9]*)*$'. (com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck)
|
Linting:
src/main/java/frc/robot/subsystems/elevatorWrist/ElevatorWristReal.java#L1
[testtool] reported by reviewdog 🐶
Package name 'frc.robot.subsystems.elevatorWrist' must match pattern '^[_a-z]+(\.[_a-z][_a-z0-9]*)*$'.
Raw Output:
/github/workspace/./src/main/java/frc/robot/subsystems/elevatorWrist/ElevatorWristReal.java:1:9: warning: Package name 'frc.robot.subsystems.elevatorWrist' must match pattern '^[_a-z]+(\.[_a-z][_a-z0-9]*)*$'. (com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck)
|
Linting:
src/main/java/frc/robot/subsystems/elevatorWrist/ElevatorWristReal.java#L16
[testtool] reported by reviewdog 🐶
Missing a Javadoc comment.
Raw Output:
/github/workspace/./src/main/java/frc/robot/subsystems/elevatorWrist/ElevatorWristReal.java:16:1: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)
|
Linting:
src/main/java/frc/robot/subsystems/elevatorWrist/ElevatorWristReal.java#L34
[testtool] reported by reviewdog 🐶
Missing a Javadoc comment.
Raw Output:
/github/workspace/./src/main/java/frc/robot/subsystems/elevatorWrist/ElevatorWristReal.java:34:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
|
Test Javadocs Generation
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|