Skip to content
GitHub Actions / testtool failed Jan 25, 2024 in 0s

reviewdog [testtool] report

reported by reviewdog 🐶

Findings (11)

src/main/java/frc/lib/util/swerve/SwerveModuleReal.java|12 col 1| Missing a Javadoc comment.
src/main/java/frc/lib/util/swerve/SwerveModuleReal.java|20 col 5| Missing a Javadoc comment.
src/main/java/frc/robot/Robot.java|46 col 59| Comment has incorrect indentation level 58, expected is 12, indentation should be the same level as line 47.
src/main/java/frc/robot/Robot.java|48| Line is longer than 100 characters (found 105).
src/main/java/frc/robot/Robot.java|49| Line is longer than 100 characters (found 108).
src/main/java/frc/robot/Robot.java|50| Line is longer than 100 characters (found 103).
src/main/java/frc/robot/Robot.java|51| Line is longer than 100 characters (found 102).
src/main/java/frc/robot/Robot.java|52| Line is longer than 100 characters (found 104).
src/main/java/frc/robot/Robot.java|53| Line is longer than 100 characters (found 104).
src/main/java/frc/robot/Robot.java|53 col 99| Comment has incorrect indentation level 98, expected is 12, indentation should be the same level as line 57.
src/main/java/frc/robot/Robot.java|58 col 29| Comment has incorrect indentation level 28, expected is 12, indentation should be the same level as line 62.

Filtered Findings (0)

Annotations

Check warning on line 12 in src/main/java/frc/lib/util/swerve/SwerveModuleReal.java

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] src/main/java/frc/lib/util/swerve/SwerveModuleReal.java#L12 <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck>

Missing a Javadoc comment.
Raw output
/github/workspace/./src/main/java/frc/lib/util/swerve/SwerveModuleReal.java:12:1: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)

Check warning on line 20 in src/main/java/frc/lib/util/swerve/SwerveModuleReal.java

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] src/main/java/frc/lib/util/swerve/SwerveModuleReal.java#L20 <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck>

Missing a Javadoc comment.
Raw output
/github/workspace/./src/main/java/frc/lib/util/swerve/SwerveModuleReal.java:20:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)

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

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] src/main/java/frc/robot/Robot.java#L46 <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck>

Comment has incorrect indentation level 58, expected is 12, indentation should be the same level as line 47.
Raw output
/github/workspace/./src/main/java/frc/robot/Robot.java:46:59: warning: Comment has incorrect indentation level 58, expected is 12, indentation should be the same level as line 47. (com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck)

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

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] src/main/java/frc/robot/Robot.java#L48 <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck>

Line is longer than 100 characters (found 105).
Raw output
/github/workspace/./src/main/java/frc/robot/Robot.java:48:0: warning: Line is longer than 100 characters (found 105). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)

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

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] src/main/java/frc/robot/Robot.java#L49 <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck>

Line is longer than 100 characters (found 108).
Raw output
/github/workspace/./src/main/java/frc/robot/Robot.java:49:0: warning: Line is longer than 100 characters (found 108). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)

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

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] src/main/java/frc/robot/Robot.java#L50 <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck>

Line is longer than 100 characters (found 103).
Raw output
/github/workspace/./src/main/java/frc/robot/Robot.java:50:0: warning: Line is longer than 100 characters (found 103). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)

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

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] src/main/java/frc/robot/Robot.java#L51 <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck>

Line is longer than 100 characters (found 102).
Raw output
/github/workspace/./src/main/java/frc/robot/Robot.java:51:0: warning: Line is longer than 100 characters (found 102). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)

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

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] src/main/java/frc/robot/Robot.java#L52 <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck>

Line is longer than 100 characters (found 104).
Raw output
/github/workspace/./src/main/java/frc/robot/Robot.java:52:0: warning: Line is longer than 100 characters (found 104). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)

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

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] src/main/java/frc/robot/Robot.java#L53 <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck>

Line is longer than 100 characters (found 104).
Raw output
/github/workspace/./src/main/java/frc/robot/Robot.java:53:0: warning: Line is longer than 100 characters (found 104). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)

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

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] src/main/java/frc/robot/Robot.java#L53 <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck>

Comment has incorrect indentation level 98, expected is 12, indentation should be the same level as line 57.
Raw output
/github/workspace/./src/main/java/frc/robot/Robot.java:53:99: warning: Comment has incorrect indentation level 98, expected is 12, indentation should be the same level as line 57. (com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck)

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

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] src/main/java/frc/robot/Robot.java#L58 <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck>

Comment has incorrect indentation level 28, expected is 12, indentation should be the same level as line 62.
Raw output
/github/workspace/./src/main/java/frc/robot/Robot.java:58:29: warning: Comment has incorrect indentation level 28, expected is 12, indentation should be the same level as line 62. (com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck)