waiting for Resnick's comments #116
main.yml
on: push
Linting
11s
Spell Check
8s
Find merge conflicts
6s
Test Javadocs Generation
56s
Build
1m 8s
Annotations
8 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/subsystems/swerve/Swerve.java#L256
[testtool] reported by reviewdog 🐶
Method name 'DISTANCE_FROM_SPEAKER' must match pattern '^[_a-z][_a-zA-Z0-9_]*$'.
Raw Output:
/github/workspace/./src/main/java/frc/robot/subsystems/swerve/Swerve.java:256:25: warning: Method name 'DISTANCE_FROM_SPEAKER' must match pattern '^[_a-z][_a-zA-Z0-9_]*$'. (com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheck)
|
Linting:
src/main/java/frc/robot/subsystems/shooter/Shooter.java#L57
[testtool] reported by reviewdog 🐶
Missing a Javadoc comment.
Raw Output:
/github/workspace/./src/main/java/frc/robot/subsystems/shooter/Shooter.java:57:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
|
Linting:
src/main/java/frc/robot/commands/CommandFactory.java#L35
[testtool] reported by reviewdog 🐶
Missing a Javadoc comment.
Raw Output:
/github/workspace/./src/main/java/frc/robot/commands/CommandFactory.java:35: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/.
|