Skip to content
GitHub Actions / checkstyle failed Jan 4, 2025 in 1s

reviewdog [checkstyle] report

reported by reviewdog 🐶

Findings (33)

src/main/java/frc/robot/Robot.java|191 col 5| Missing a Javadoc comment.
src/main/java/frc/robot/subsystems/LEDs.java|10 col 1| Missing a Javadoc comment.
src/main/java/frc/robot/subsystems/LEDs.java|18 col 5| Missing a Javadoc comment.
src/main/java/frc/robot/subsystems/LEDs.java|25 col 5| Missing a Javadoc comment.
src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java|34 col 26| Member name 'APRILTAG_POSE_AMBIGUITY_THRESHOLD' must match pattern '^[_a-z][_a-zA-Z0-9]$'.
src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java|35 col 26| Member name 'POSE_MAX_HEIGHT' must match pattern '^[_a-z][_a-zA-Z0-9]
$'.
src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java|36 col 28| Member name 'MAX_TAG_DISTANCE' must match pattern '^[_a-z][_a-zA-Z0-9]*$'.
src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java|38 col 5| Missing a Javadoc comment.
src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java|43 col 9| Missing a Javadoc comment.
src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java|63 col 5| Missing a Javadoc comment.
src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java|149 col 9| 'if' construct must use '{}'s.
src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java|156 col 9| 'if' construct must use '{}'s.
src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java|166 col 13| 'if' construct must use '{}'s.
src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java|168 col 13| 'if' construct must use '{}'s.
src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java|177 col 17| 'if' construct must use '{}'s.
src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java|185 col 21| 'if' construct must use '{}'s.
src/main/java/frc/robot/subsystems/vision/Vision.java|27 col 1| Missing a Javadoc comment.
src/main/java/frc/robot/subsystems/vision/Vision.java|54 col 5| Missing a Javadoc comment.
src/main/java/frc/robot/subsystems/vision/Vision.java|66 col 13| 'for' construct must use '{}'s.
src/main/java/frc/robot/subsystems/vision/Vision.java|70 col 13| 'if' construct must use '{}'s.
src/main/java/frc/robot/subsystems/vision/Vision.java|72 col 17| 'for' construct must use '{}'s.
src/main/java/frc/robot/subsystems/vision/Vision.java|76 col 9| 'for' construct must use '{}'s.
src/main/java/frc/robot/subsystems/vision/Vision.java|94 col 13| 'if' construct must use '{}'s.
src/main/java/frc/robot/subsystems/vision/Vision.java|180 col 5| Javadoc comment is placed in the wrong location.
src/main/java/frc/robot/subsystems/vision/Vision.java|214 col 9| 'if' construct must use '{}'s.
src/main/java/frc/robot/subsystems/vision/ObjectCamera.java|61 col 5| Missing a Javadoc comment.
src/main/java/frc/robot/subsystems/vision/ObjectCamera.java|163 col 5| Missing a Javadoc comment.
src/main/java/frc/robot/RobotState.java|14 col 1| Missing a Javadoc comment.
src/main/java/frc/robot/RobotState.java|15 col 5| Missing a Javadoc comment.
src/main/java/frc/robot/RobotState.java|19 col 5| Missing a Javadoc comment.
src/main/java/frc/robot/RobotState.java|29 col 5| Missing a Javadoc comment.
src/main/java/frc/robot/RobotState.java|30 col 9| 'if' construct must use '{}'s.
src/main/java/frc/robot/RobotState.java|59 col 5| Missing a Javadoc comment.

Filtered Findings (0)

Annotations

Check warning on line 191 in src/main/java/frc/robot/Robot.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/main/java/frc/robot/Robot.java#L191 <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck>

Missing a Javadoc comment.
Raw output
/github/workspace/./src/main/java/frc/robot/Robot.java:191:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)

Check warning on line 10 in src/main/java/frc/robot/subsystems/LEDs.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/main/java/frc/robot/subsystems/LEDs.java#L10 <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck>

Missing a Javadoc comment.
Raw output
/github/workspace/./src/main/java/frc/robot/subsystems/LEDs.java:10:1: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)

Check warning on line 18 in src/main/java/frc/robot/subsystems/LEDs.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/main/java/frc/robot/subsystems/LEDs.java#L18 <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck>

Missing a Javadoc comment.
Raw output
/github/workspace/./src/main/java/frc/robot/subsystems/LEDs.java:18:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)

Check warning on line 25 in src/main/java/frc/robot/subsystems/LEDs.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/main/java/frc/robot/subsystems/LEDs.java#L25 <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck>

Missing a Javadoc comment.
Raw output
/github/workspace/./src/main/java/frc/robot/subsystems/LEDs.java:25:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)

Check warning on line 34 in src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java#L34 <com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck>

Member name 'APRILTAG_POSE_AMBIGUITY_THRESHOLD' must match pattern '^[_a-z][_a-zA-Z0-9]*$'.
Raw output
/github/workspace/./src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java:34:26: warning: Member name 'APRILTAG_POSE_AMBIGUITY_THRESHOLD' must match pattern '^[_a-z][_a-zA-Z0-9]*$'. (com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck)

Check warning on line 35 in src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java#L35 <com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck>

Member name 'POSE_MAX_HEIGHT' must match pattern '^[_a-z][_a-zA-Z0-9]*$'.
Raw output
/github/workspace/./src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java:35:26: warning: Member name 'POSE_MAX_HEIGHT' must match pattern '^[_a-z][_a-zA-Z0-9]*$'. (com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck)

Check warning on line 36 in src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java#L36 <com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck>

Member name 'MAX_TAG_DISTANCE' must match pattern '^[_a-z][_a-zA-Z0-9]*$'.
Raw output
/github/workspace/./src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java:36:28: warning: Member name 'MAX_TAG_DISTANCE' must match pattern '^[_a-z][_a-zA-Z0-9]*$'. (com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck)

Check warning on line 38 in src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java#L38 <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck>

Missing a Javadoc comment.
Raw output
/github/workspace/./src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java:38:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)

Check warning on line 43 in src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java#L43 <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck>

Missing a Javadoc comment.
Raw output
/github/workspace/./src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java:43:9: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)

Check warning on line 63 in src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java#L63 <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck>

Missing a Javadoc comment.
Raw output
/github/workspace/./src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java:63:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)

Check warning on line 149 in src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java#L149 <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck>

'if' construct must use '{}'s.
Raw output
/github/workspace/./src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java:149:9: warning: 'if' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)

Check warning on line 156 in src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java#L156 <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck>

'if' construct must use '{}'s.
Raw output
/github/workspace/./src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java:156:9: warning: 'if' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)

Check warning on line 166 in src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java#L166 <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck>

'if' construct must use '{}'s.
Raw output
/github/workspace/./src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java:166:13: warning: 'if' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)

Check warning on line 168 in src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java#L168 <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck>

'if' construct must use '{}'s.
Raw output
/github/workspace/./src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java:168:13: warning: 'if' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)

Check warning on line 177 in src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java#L177 <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck>

'if' construct must use '{}'s.
Raw output
/github/workspace/./src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java:177:17: warning: 'if' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)

Check warning on line 185 in src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java#L185 <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck>

'if' construct must use '{}'s.
Raw output
/github/workspace/./src/main/java/frc/robot/subsystems/vision/AprilTagCamera.java:185:21: warning: 'if' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)

Check warning on line 27 in src/main/java/frc/robot/subsystems/vision/Vision.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/main/java/frc/robot/subsystems/vision/Vision.java#L27 <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck>

Missing a Javadoc comment.
Raw output
/github/workspace/./src/main/java/frc/robot/subsystems/vision/Vision.java:27:1: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)

Check warning on line 54 in src/main/java/frc/robot/subsystems/vision/Vision.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/main/java/frc/robot/subsystems/vision/Vision.java#L54 <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck>

Missing a Javadoc comment.
Raw output
/github/workspace/./src/main/java/frc/robot/subsystems/vision/Vision.java:54:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)

Check warning on line 66 in src/main/java/frc/robot/subsystems/vision/Vision.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/main/java/frc/robot/subsystems/vision/Vision.java#L66 <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck>

'for' construct must use '{}'s.
Raw output
/github/workspace/./src/main/java/frc/robot/subsystems/vision/Vision.java:66:13: warning: 'for' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)

Check warning on line 70 in src/main/java/frc/robot/subsystems/vision/Vision.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/main/java/frc/robot/subsystems/vision/Vision.java#L70 <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck>

'if' construct must use '{}'s.
Raw output
/github/workspace/./src/main/java/frc/robot/subsystems/vision/Vision.java:70:13: warning: 'if' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)

Check warning on line 72 in src/main/java/frc/robot/subsystems/vision/Vision.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/main/java/frc/robot/subsystems/vision/Vision.java#L72 <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck>

'for' construct must use '{}'s.
Raw output
/github/workspace/./src/main/java/frc/robot/subsystems/vision/Vision.java:72:17: warning: 'for' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)

Check warning on line 76 in src/main/java/frc/robot/subsystems/vision/Vision.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/main/java/frc/robot/subsystems/vision/Vision.java#L76 <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck>

'for' construct must use '{}'s.
Raw output
/github/workspace/./src/main/java/frc/robot/subsystems/vision/Vision.java:76:9: warning: 'for' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)

Check warning on line 94 in src/main/java/frc/robot/subsystems/vision/Vision.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/main/java/frc/robot/subsystems/vision/Vision.java#L94 <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck>

'if' construct must use '{}'s.
Raw output
/github/workspace/./src/main/java/frc/robot/subsystems/vision/Vision.java:94:13: warning: 'if' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)

Check warning on line 180 in src/main/java/frc/robot/subsystems/vision/Vision.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/main/java/frc/robot/subsystems/vision/Vision.java#L180 <com.puppycrawl.tools.checkstyle.checks.javadoc.InvalidJavadocPositionCheck>

Javadoc comment is placed in the wrong location.
Raw output
/github/workspace/./src/main/java/frc/robot/subsystems/vision/Vision.java:180:5: warning: Javadoc comment is placed in the wrong location. (com.puppycrawl.tools.checkstyle.checks.javadoc.InvalidJavadocPositionCheck)

Check warning on line 214 in src/main/java/frc/robot/subsystems/vision/Vision.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/main/java/frc/robot/subsystems/vision/Vision.java#L214 <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck>

'if' construct must use '{}'s.
Raw output
/github/workspace/./src/main/java/frc/robot/subsystems/vision/Vision.java:214:9: warning: 'if' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)