kinda works #622
main.yml
on: push
Linting
12s
Spell Check
9s
Find merge conflicts
3s
Test Javadocs Generation
54s
Build
1m 23s
Annotations
1 error and 15 warnings
Linting
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|
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/Main.java#L19
[checkstyle] reported by reviewdog 🐶
Empty line should be followed by <p> tag on the next line.
Raw Output:
/github/workspace/./src/main/java/frc/robot/Main.java:19:0: warning: Empty line should be followed by <p> tag on the next line. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck)
|
Linting:
src/main/java/frc/robot/Robot.java#L125
[checkstyle] reported by reviewdog 🐶
Empty line should be followed by <p> tag on the next line.
Raw Output:
/github/workspace/./src/main/java/frc/robot/Robot.java:125:0: warning: Empty line should be followed by <p> tag on the next line. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck)
|
Linting:
src/main/java/frc/lib/profiling/Profiler.java#L5
[checkstyle] reported by reviewdog 🐶
Empty line should be followed by <p> tag on the next line.
Raw Output:
/github/workspace/./src/main/java/frc/lib/profiling/Profiler.java:5:0: warning: Empty line should be followed by <p> tag on the next line. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck)
|
Linting:
src/main/java/frc/lib/profiling/Profiler.java#L21
[checkstyle] reported by reviewdog 🐶
Empty line should be followed by <p> tag on the next line.
Raw Output:
/github/workspace/./src/main/java/frc/lib/profiling/Profiler.java:21:0: warning: Empty line should be followed by <p> tag on the next line. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck)
|
Linting:
src/main/java/frc/lib/profiling/Profiler.java#L31
[checkstyle] reported by reviewdog 🐶
Empty line should be followed by <p> tag on the next line.
Raw Output:
/github/workspace/./src/main/java/frc/lib/profiling/Profiler.java:31:0: warning: Empty line should be followed by <p> tag on the next line. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck)
|
Linting:
src/main/java/frc/lib/util/photon/PhotonReal.java#L104
[checkstyle] reported by reviewdog 🐶
At-clause should have a non-empty description.
Raw Output:
/github/workspace/./src/main/java/frc/lib/util/photon/PhotonReal.java:104:0: warning: At-clause should have a non-empty description. (com.puppycrawl.tools.checkstyle.checks.javadoc.NonEmptyAtclauseDescriptionCheck)
|
Linting:
src/main/java/frc/lib/util/photon/PhotonIOPoseEstimator.java#L117
[checkstyle] reported by reviewdog 🐶
Empty line should be followed by <p> tag on the next line.
Raw Output:
/github/workspace/./src/main/java/frc/lib/util/photon/PhotonIOPoseEstimator.java:117:0: warning: Empty line should be followed by <p> tag on the next line. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck)
|
Linting:
src/main/java/frc/lib/util/photon/PhotonIOPoseEstimator.java#L128
[checkstyle] reported by reviewdog 🐶
Empty line should be followed by <p> tag on the next line.
Raw Output:
/github/workspace/./src/main/java/frc/lib/util/photon/PhotonIOPoseEstimator.java:128:0: warning: Empty line should be followed by <p> tag on the next line. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck)
|
Linting:
src/main/java/frc/lib/util/photon/PhotonIOPoseEstimator.java#L140
[checkstyle] reported by reviewdog 🐶
Empty line should be followed by <p> tag on the next line.
Raw Output:
/github/workspace/./src/main/java/frc/lib/util/photon/PhotonIOPoseEstimator.java:140:0: warning: Empty line should be followed by <p> tag on the next line. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck)
|
Linting:
src/main/java/frc/lib/util/LongArrayList.java#L11
[checkstyle] reported by reviewdog 🐶
Empty line should be followed by <p> tag on the next line.
Raw Output:
/github/workspace/./src/main/java/frc/lib/util/LongArrayList.java:11:0: warning: Empty line should be followed by <p> tag on the next line. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck)
|
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/
|