linting fixes #620
Annotations
1 error and 11 warnings
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
|
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/
|
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)
|
src/main/java/frc/robot/Main.java#L20
[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:20:0: warning: Empty line should be followed by <p> tag on the next line. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck)
|
src/main/java/frc/robot/RobotContainer.java#L139
[checkstyle] reported by reviewdog 🐶
',' is not followed by whitespace.
Raw Output:
/github/workspace/./src/main/java/frc/robot/RobotContainer.java:139:79: warning: ',' is not followed by whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
This job failed
Loading