Skip to content

Just starting with the shooter #4

Just starting with the shooter

Just starting with the shooter #4

Triggered via push January 25, 2024 01:04
Status Failure
Total duration 1m 16s
Artifacts

main.yml

on: push
Linting
11s
Linting
Spell Check
9s
Spell Check
Find merge conflicts
3s
Find merge conflicts
Test Javadocs Generation
54s
Test Javadocs Generation
Build
1m 5s
Build
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 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.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
Test Javadocs Generation
Process completed with exit code 1.
Build
Process completed with exit code 1.
Linting: src/main/java/frc/robot/Constants.java#L34
[testtool] reported by reviewdog 🐶 'CLASS_DEF' should be separated from previous line. Raw Output: /github/workspace/./src/main/java/frc/robot/Constants.java:34:5: warning: 'CLASS_DEF' should be separated from previous line. (com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck)
Linting: src/main/java/frc/robot/Constants.java#L34
[testtool] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/main/java/frc/robot/Constants.java:34:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)
Linting: src/main/java/frc/robot/subsystems/shooter/ShooterIO.java#L3
[testtool] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/main/java/frc/robot/subsystems/shooter/ShooterIO.java:3:1: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)
Linting: src/main/java/frc/robot/subsystems/shooter/ShooterIO.java#L4
[testtool] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/main/java/frc/robot/subsystems/shooter/ShooterIO.java:4:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)
Linting: src/main/java/frc/robot/subsystems/shooter/ShooterIO.java#L4
[testtool] reported by reviewdog 🐶 WhitespaceAround: '{' is not preceded with whitespace. Raw Output: /github/workspace/./src/main/java/frc/robot/subsystems/shooter/ShooterIO.java:4:40: warning: WhitespaceAround: '{' is not preceded with whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
Linting: src/main/java/frc/robot/subsystems/shooter/ShooterIO.java#L9
[testtool] reported by reviewdog 🐶 'METHOD_DEF' should be separated from previous line. Raw Output: /github/workspace/./src/main/java/frc/robot/subsystems/shooter/ShooterIO.java:9:5: warning: 'METHOD_DEF' should be separated from previous line. (com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck)
Linting: src/main/java/frc/robot/subsystems/shooter/ShooterIO.java#L12
[testtool] reported by reviewdog 🐶 'METHOD_DEF' should be separated from previous line. Raw Output: /github/workspace/./src/main/java/frc/robot/subsystems/shooter/ShooterIO.java:12:5: warning: 'METHOD_DEF' should be separated from previous line. (com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck)
Linting: src/main/java/frc/robot/subsystems/shooter/ShooterIO.java#L15
[testtool] reported by reviewdog 🐶 'METHOD_DEF' should be separated from previous line. Raw Output: /github/workspace/./src/main/java/frc/robot/subsystems/shooter/ShooterIO.java:15:5: warning: 'METHOD_DEF' should be separated from previous line. (com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck)
Linting: src/main/java/frc/robot/subsystems/shooter/ShooterTalonFX.java#L6
[testtool] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/main/java/frc/robot/subsystems/shooter/ShooterTalonFX.java:6:1: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)
Linting: src/main/java/frc/robot/subsystems/shooter/Shooter.java#L6
[testtool] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/main/java/frc/robot/subsystems/shooter/Shooter.java:6:1: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)