progress, all real done i think #3
main.yml
on: push
Linting
11s
Spell Check
11s
Find merge conflicts
6s
Test Javadocs Generation
55s
Build
1m 8s
Annotations
2 errors and 10 warnings
Test Javadocs Generation
Process completed with exit code 1.
|
Build
Process completed with exit code 1.
|
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/
|
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)
|
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:
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/
|