Skip to content

template advantage kit #96

template advantage kit

template advantage kit #96

GitHub Actions / testtool failed Jan 18, 2024 in 0s

reviewdog [testtool] report

reported by reviewdog 🐶

Findings (9)

src/main/java/frc/robot/Robot.java|48 col 59| Comment has incorrect indentation level 58, expected is 12, indentation should be the same level as line 49.
src/main/java/frc/robot/Robot.java|50| Line is longer than 100 characters (found 105).
src/main/java/frc/robot/Robot.java|51| Line is longer than 100 characters (found 108).
src/main/java/frc/robot/Robot.java|52| Line is longer than 100 characters (found 103).
src/main/java/frc/robot/Robot.java|53| Line is longer than 100 characters (found 102).
src/main/java/frc/robot/Robot.java|54| Line is longer than 100 characters (found 104).
src/main/java/frc/robot/Robot.java|55| Line is longer than 100 characters (found 104).
src/main/java/frc/robot/Robot.java|55 col 99| Comment has incorrect indentation level 98, expected is 12, indentation should be the same level as line 50.
src/main/java/frc/robot/Robot.java|61 col 25| Comment has incorrect indentation level 24, expected is 8, indentation should be the same level as line 60.

Filtered Findings (0)

Annotations

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.indentation.CommentsIndentationCheck>

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

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 105).
Raw output
/github/workspace/./src/main/java/frc/robot/Robot.java:50:0: warning: Line is longer than 100 characters (found 105). (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 108).
Raw output
/github/workspace/./src/main/java/frc/robot/Robot.java:51:0: warning: Line is longer than 100 characters (found 108). (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 103).
Raw output
/github/workspace/./src/main/java/frc/robot/Robot.java:52:0: warning: Line is longer than 100 characters (found 103). (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 102).
Raw output
/github/workspace/./src/main/java/frc/robot/Robot.java:53:0: warning: Line is longer than 100 characters (found 102). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)

Check warning on line 54 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#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 55 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#L55 <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:55:0: warning: Line is longer than 100 characters (found 104). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)

Check warning on line 55 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#L55 <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck>

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

Check warning on line 61 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#L61 <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck>

Comment has incorrect indentation level 24, expected is 8, indentation should be the same level as line 60.
Raw output
/github/workspace/./src/main/java/frc/robot/Robot.java:61:25: warning: Comment has incorrect indentation level 24, expected is 8, indentation should be the same level as line 60. (com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck)