tooling start #574
main.yml
on: push
Linting
11s
Spell Check
8s
Find merge conflicts
6s
Test Javadocs Generation
2m 37s
Build
1m 16s
Annotations
1 error and 9 warnings
Test Javadocs Generation
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/
|
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/tools/java/frc/tools/VerifyProfiling.java#L17
[checkstyle] reported by reviewdog 🐶
Missing a Javadoc comment.
Raw Output:
/github/workspace/./src/tools/java/frc/tools/VerifyProfiling.java:17:1: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)
|
Linting:
src/main/java/frc/robot/RobotContainer.java#L144
[checkstyle] reported by reviewdog 🐶
Comment has incorrect indentation level 12, expected is 20, indentation should be the same level as line 140.
Raw Output:
/github/workspace/./src/main/java/frc/robot/RobotContainer.java:144:13: warning: Comment has incorrect indentation level 12, expected is 20, indentation should be the same level as line 140. (com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck)
|
Linting:
src/main/java/frc/lib/util/photon/PhotonReal.java#L84
[checkstyle] reported by reviewdog 🐶
Missing a Javadoc comment.
Raw Output:
/github/workspace/./src/main/java/frc/lib/util/photon/PhotonReal.java:84:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
|
Linting:
src/main/java/frc/lib/util/photon/PhotonIO.java#L96
[checkstyle] reported by reviewdog 🐶
Missing a Javadoc comment.
Raw Output:
/github/workspace/./src/main/java/frc/lib/util/photon/PhotonIO.java:96:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
|
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/
|
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/
|