yippee #4
main.yml
on: push
Linting
16s
Spell Check
8s
Find merge conflicts
2s
Test Javadocs Generation
1m 7s
Build
3m 4s
Annotations
10 warnings
Find merge conflicts
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Spell Check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Linting
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Linting:
src/main/java/frc/robot/subsystems/drive/DrivetrainReal.java#L11
[testtool] reported by reviewdog 🐶
Member name 'FLMotor' must match pattern '^[_a-z][_a-zA-Z0-9]*$'.
Raw Output:
/github/workspace/./src/main/java/frc/robot/subsystems/drive/DrivetrainReal.java:11:14: warning: Member name 'FLMotor' must match pattern '^[_a-z][_a-zA-Z0-9]*$'. (com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck)
|
Linting:
src/main/java/frc/robot/subsystems/drive/DrivetrainReal.java#L12
[testtool] reported by reviewdog 🐶
Member name 'FRMotor' must match pattern '^[_a-z][_a-zA-Z0-9]*$'.
Raw Output:
/github/workspace/./src/main/java/frc/robot/subsystems/drive/DrivetrainReal.java:12:14: warning: Member name 'FRMotor' must match pattern '^[_a-z][_a-zA-Z0-9]*$'. (com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck)
|
Linting:
src/main/java/frc/robot/subsystems/drive/DrivetrainReal.java#L13
[testtool] reported by reviewdog 🐶
Member name 'BLMotor' must match pattern '^[_a-z][_a-zA-Z0-9]*$'.
Raw Output:
/github/workspace/./src/main/java/frc/robot/subsystems/drive/DrivetrainReal.java:13:14: warning: Member name 'BLMotor' must match pattern '^[_a-z][_a-zA-Z0-9]*$'. (com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck)
|
Linting:
src/main/java/frc/robot/subsystems/drive/DrivetrainReal.java#L14
[testtool] reported by reviewdog 🐶
Member name 'BRMotor' must match pattern '^[_a-z][_a-zA-Z0-9]*$'.
Raw Output:
/github/workspace/./src/main/java/frc/robot/subsystems/drive/DrivetrainReal.java:14:14: warning: Member name 'BRMotor' must match pattern '^[_a-z][_a-zA-Z0-9]*$'. (com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck)
|
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)
|
Test Javadocs Generation
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|