reviewdog [testtool] report
reported by reviewdog 🐶
Findings (21)
src/main/java/frc/lib/util/swerve/SwerveModuleIO.java|7 col 1| Missing a Javadoc comment.
src/main/java/frc/lib/util/swerve/SwerveModuleIO.java|9 col 5| Missing a Javadoc comment.
src/main/java/frc/lib/util/swerve/SwerveModuleIO.java|19 col 65| ';' should be separated from previous line.
src/main/java/frc/lib/util/swerve/SwerveModuleIO.java|21 col 65| ';' should be separated from previous line.
src/main/java/frc/lib/util/swerve/SwerveModuleIO.java|23 col 72| ';' should be separated from previous line.
src/main/java/frc/lib/util/swerve/SwerveModuleIO.java|25 col 74| ';' should be separated from previous line.
src/main/java/frc/lib/util/swerve/SwerveModuleReal.java|11 col 1| Missing a Javadoc comment.
src/main/java/frc/lib/util/swerve/SwerveModuleReal.java|19 col 5| Missing a Javadoc comment.
src/main/java/frc/lib/util/swerve/SwerveModuleReal.java|61 col 5| Missing a Javadoc comment.
src/main/java/frc/lib/util/swerve/SwerveModuleReal.java|98 col 5| Missing a Javadoc comment.
src/main/java/frc/robot/Robot.java|41 col 71| Comment has incorrect indentation level 70, expected is 12, indentation should be the same level as line 42.
src/main/java/frc/robot/Robot.java|47 col 59| Comment has incorrect indentation level 58, expected is 12, indentation should be the same level as line 48.
src/main/java/frc/robot/Robot.java|49| Line is longer than 100 characters (found 105).
src/main/java/frc/robot/Robot.java|50| Line is longer than 100 characters (found 108).
src/main/java/frc/robot/Robot.java|51| Line is longer than 100 characters (found 103).
src/main/java/frc/robot/Robot.java|52| Line is longer than 100 characters (found 102).
src/main/java/frc/robot/Robot.java|53| Line is longer than 100 characters (found 104).
src/main/java/frc/robot/Robot.java|54| Line is longer than 100 characters (found 104).
src/main/java/frc/robot/Robot.java|54 col 99| Comment has incorrect indentation level 98, expected is 12, indentation should be the same level as line 58.
src/main/java/frc/robot/Robot.java|59 col 29| Comment has incorrect indentation level 28, expected is 12, indentation should be the same level as line 58.
src/main/java/frc/robot/subsystems/swerve/SwerveIO.java|20 col 5| Missing a Javadoc comment.
Filtered Findings (0)
Annotations
Check warning on line 7 in src/main/java/frc/lib/util/swerve/SwerveModuleIO.java
github-actions / testtool
[testtool] src/main/java/frc/lib/util/swerve/SwerveModuleIO.java#L7 <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck>
Missing a Javadoc comment.
Raw output
/github/workspace/./src/main/java/frc/lib/util/swerve/SwerveModuleIO.java:7:1: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)
Check warning on line 9 in src/main/java/frc/lib/util/swerve/SwerveModuleIO.java
github-actions / testtool
[testtool] src/main/java/frc/lib/util/swerve/SwerveModuleIO.java#L9 <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck>
Missing a Javadoc comment.
Raw output
/github/workspace/./src/main/java/frc/lib/util/swerve/SwerveModuleIO.java:9:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)
Check warning on line 19 in src/main/java/frc/lib/util/swerve/SwerveModuleIO.java
github-actions / testtool
[testtool] src/main/java/frc/lib/util/swerve/SwerveModuleIO.java#L19 <com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck>
';' should be separated from previous line.
Raw output
/github/workspace/./src/main/java/frc/lib/util/swerve/SwerveModuleIO.java:19:65: warning: ';' should be separated from previous line. (com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck)
Check warning on line 21 in src/main/java/frc/lib/util/swerve/SwerveModuleIO.java
github-actions / testtool
[testtool] src/main/java/frc/lib/util/swerve/SwerveModuleIO.java#L21 <com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck>
';' should be separated from previous line.
Raw output
/github/workspace/./src/main/java/frc/lib/util/swerve/SwerveModuleIO.java:21:65: warning: ';' should be separated from previous line. (com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck)
Check warning on line 23 in src/main/java/frc/lib/util/swerve/SwerveModuleIO.java
github-actions / testtool
[testtool] src/main/java/frc/lib/util/swerve/SwerveModuleIO.java#L23 <com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck>
';' should be separated from previous line.
Raw output
/github/workspace/./src/main/java/frc/lib/util/swerve/SwerveModuleIO.java:23:72: warning: ';' should be separated from previous line. (com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck)
Check warning on line 25 in src/main/java/frc/lib/util/swerve/SwerveModuleIO.java
github-actions / testtool
[testtool] src/main/java/frc/lib/util/swerve/SwerveModuleIO.java#L25 <com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck>
';' should be separated from previous line.
Raw output
/github/workspace/./src/main/java/frc/lib/util/swerve/SwerveModuleIO.java:25:74: warning: ';' should be separated from previous line. (com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck)
Check warning on line 11 in src/main/java/frc/lib/util/swerve/SwerveModuleReal.java
github-actions / testtool
[testtool] src/main/java/frc/lib/util/swerve/SwerveModuleReal.java#L11 <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck>
Missing a Javadoc comment.
Raw output
/github/workspace/./src/main/java/frc/lib/util/swerve/SwerveModuleReal.java:11:1: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)
Check warning on line 19 in src/main/java/frc/lib/util/swerve/SwerveModuleReal.java
github-actions / testtool
[testtool] src/main/java/frc/lib/util/swerve/SwerveModuleReal.java#L19 <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck>
Missing a Javadoc comment.
Raw output
/github/workspace/./src/main/java/frc/lib/util/swerve/SwerveModuleReal.java:19:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
Check warning on line 61 in src/main/java/frc/lib/util/swerve/SwerveModuleReal.java
github-actions / testtool
[testtool] src/main/java/frc/lib/util/swerve/SwerveModuleReal.java#L61 <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck>
Missing a Javadoc comment.
Raw output
/github/workspace/./src/main/java/frc/lib/util/swerve/SwerveModuleReal.java:61:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
Check warning on line 98 in src/main/java/frc/lib/util/swerve/SwerveModuleReal.java
github-actions / testtool
[testtool] src/main/java/frc/lib/util/swerve/SwerveModuleReal.java#L98 <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck>
Missing a Javadoc comment.
Raw output
/github/workspace/./src/main/java/frc/lib/util/swerve/SwerveModuleReal.java:98:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
Check warning on line 41 in src/main/java/frc/robot/Robot.java
github-actions / testtool
[testtool] src/main/java/frc/robot/Robot.java#L41 <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck>
Comment has incorrect indentation level 70, expected is 12, indentation should be the same level as line 42.
Raw output
/github/workspace/./src/main/java/frc/robot/Robot.java:41:71: warning: Comment has incorrect indentation level 70, expected is 12, indentation should be the same level as line 42. (com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck)
Check warning on line 47 in src/main/java/frc/robot/Robot.java
github-actions / testtool
[testtool] src/main/java/frc/robot/Robot.java#L47 <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck>
Comment has incorrect indentation level 58, expected is 12, indentation should be the same level as line 48.
Raw output
/github/workspace/./src/main/java/frc/robot/Robot.java:47:59: warning: Comment has incorrect indentation level 58, expected is 12, indentation should be the same level as line 48. (com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck)
Check warning on line 49 in src/main/java/frc/robot/Robot.java
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 105).
Raw output
/github/workspace/./src/main/java/frc/robot/Robot.java:49:0: warning: Line is longer than 100 characters (found 105). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
Check warning on line 50 in src/main/java/frc/robot/Robot.java
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 108).
Raw output
/github/workspace/./src/main/java/frc/robot/Robot.java:50:0: warning: Line is longer than 100 characters (found 108). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
Check warning on line 51 in src/main/java/frc/robot/Robot.java
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 103).
Raw output
/github/workspace/./src/main/java/frc/robot/Robot.java:51:0: warning: Line is longer than 100 characters (found 103). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
Check warning on line 52 in src/main/java/frc/robot/Robot.java
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 102).
Raw output
/github/workspace/./src/main/java/frc/robot/Robot.java:52:0: warning: Line is longer than 100 characters (found 102). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
Check warning on line 53 in src/main/java/frc/robot/Robot.java
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 54 in src/main/java/frc/robot/Robot.java
github-actions / testtool
[testtool] src/main/java/frc/robot/Robot.java#L54 <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:54:0: warning: Line is longer than 100 characters (found 104). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
Check warning on line 54 in src/main/java/frc/robot/Robot.java
github-actions / testtool
[testtool] src/main/java/frc/robot/Robot.java#L54 <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck>
Comment has incorrect indentation level 98, expected is 12, indentation should be the same level as line 58.
Raw output
/github/workspace/./src/main/java/frc/robot/Robot.java:54:99: warning: Comment has incorrect indentation level 98, expected is 12, indentation should be the same level as line 58. (com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck)
Check warning on line 59 in src/main/java/frc/robot/Robot.java
github-actions / testtool
[testtool] src/main/java/frc/robot/Robot.java#L59 <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck>
Comment has incorrect indentation level 28, expected is 12, indentation should be the same level as line 58.
Raw output
/github/workspace/./src/main/java/frc/robot/Robot.java:59:29: warning: Comment has incorrect indentation level 28, expected is 12, indentation should be the same level as line 58. (com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck)
Check warning on line 20 in src/main/java/frc/robot/subsystems/swerve/SwerveIO.java
github-actions / testtool
[testtool] src/main/java/frc/robot/subsystems/swerve/SwerveIO.java#L20 <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck>
Missing a Javadoc comment.
Raw output
/github/workspace/./src/main/java/frc/robot/subsystems/swerve/SwerveIO.java:20:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)