Just waiting for Resnick's comment #124
Annotations
3 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run check style:
src/main/java/frc/robot/subsystems/shooter/Shooter.java#L58
[testtool] reported by reviewdog 🐶
Missing a Javadoc comment.
Raw Output:
/github/workspace/./src/main/java/frc/robot/subsystems/shooter/Shooter.java:58:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
|
Run check style:
src/main/java/frc/robot/commands/CommandFactory.java#L38
[testtool] reported by reviewdog 🐶
Javadoc tag '@param' should be preceded with an empty line.
Raw Output:
/github/workspace/./src/main/java/frc/robot/commands/CommandFactory.java:38:0: warning: Javadoc tag '@param' should be preceded with an empty line. (com.puppycrawl.tools.checkstyle.checks.javadoc.RequireEmptyLineBeforeBlockTagGroupCheck)
|
The logs for this run have expired and are no longer available.
Loading