javadoc is weird #556
main.yml
on: push
Linting
11s
Spell Check
9s
Find merge conflicts
6s
Test Javadocs Generation
1m 7s
Build
1m 28s
Annotations
7 warnings
Find merge conflicts
The following actions uses Node.js version which is deprecated 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 uses Node.js version which is deprecated 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 uses Node.js version which is deprecated 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/lib/profiling/Profiler.java#L22
[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:22: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#L32
[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:32: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 uses Node.js version which is deprecated 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 uses Node.js version which is deprecated 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/
|