9/25/26 + add linter #9

Closed
Saturncorgi wants to merge 74 commits from 9-25-26 into main
Saturncorgi commented 2025-09-26 05:19:48 +00:00 (Migrated from github.com)
No description provided.
github-actions[bot] (Migrated from github.com) reviewed 2025-09-27 21:37:10 +00:00
github-actions[bot] (Migrated from github.com) left a comment

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

checkstyle

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 102).

github.com/IronRiders/ReefScape-PostSeason@333fd9e34f/src/main/java/org/ironriders/intake/IntakeCommands.java (L53)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 102).

github.com/IronRiders/ReefScape-PostSeason@333fd9e34f/src/main/java/org/ironriders/intake/IntakeConstants.java (L35)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 119).

github.com/IronRiders/ReefScape-PostSeason@333fd9e34f/src/main/java/org/ironriders/intake/IntakeConstants.java (L40)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@333fd9e34f/src/main/java/org/ironriders/intake/IntakeConstants.java (L70)

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit <details> <summary>checkstyle</summary> <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 102). https://github.com/IronRiders/ReefScape-PostSeason/blob/333fd9e34f06716e39dd158331cf173d6c405444/src/main/java/org/ironriders/intake/IntakeCommands.java#L53 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 102). https://github.com/IronRiders/ReefScape-PostSeason/blob/333fd9e34f06716e39dd158331cf173d6c405444/src/main/java/org/ironriders/intake/IntakeConstants.java#L35 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 119). https://github.com/IronRiders/ReefScape-PostSeason/blob/333fd9e34f06716e39dd158331cf173d6c405444/src/main/java/org/ironriders/intake/IntakeConstants.java#L40 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/333fd9e34f06716e39dd158331cf173d6c405444/src/main/java/org/ironriders/intake/IntakeConstants.java#L70 </details>
@ -7,34 +7,42 @@ public class ClimbCommands {
public final ClimbSubsystem climb;
/**
github-actions[bot] (Migrated from github.com) commented 2025-09-27 21:37:07 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. <!-- __reviewdog__:ChBhZWJlNGE1NjcxYzgyOGVhEgpjaGVja3N0eWxl -->
github-actions[bot] (Migrated from github.com) commented 2025-09-27 21:37:07 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. <!-- __reviewdog__:ChBmMDMxODQ3NmJjNDI0MjcyEgpjaGVja3N0eWxl -->
Amber-leaf commented 2025-09-27 21:38:44 +00:00 (Migrated from github.com)

ahh it hates me

ahh it hates me
Saturncorgi commented 2025-09-27 21:38:49 +00:00 (Migrated from github.com)

I mean it sure worked

I mean it sure worked
Amber-leaf commented 2025-09-27 21:40:33 +00:00 (Migrated from github.com)

true

true
github-actions[bot] (Migrated from github.com) reviewed 2025-09-27 21:49:01 +00:00
github-actions[bot] (Migrated from github.com) left a comment

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

checkstyle

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L67)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L68)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L70)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L72)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L74)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L76)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 118).

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L79)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L79)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck> reported by reviewdog 🐶
Empty line should be followed by

tag on the next line.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L85)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'ctor def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L93)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'ctor def' child has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L95)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'ctor def' child has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L97)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'ctor def' child has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L98)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'ctor def rcurly' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L99)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 108).

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L106)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L110)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def' child has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L111)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def' child has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L126)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def' child has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L129)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 118).

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L130)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 110).

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L131)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 118).

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L132)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 103).

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L133)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 113).

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L134)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 92, expected is 48, indentation should be the same level as line 135.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L134)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 118).

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L135)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 115).

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L136)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 115).

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L137)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 87, expected is 48, indentation should be the same level as line 138.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L137)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 112).

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L138)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 117).

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L140)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 118).

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L141)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 101).

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L142)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 106).

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L143)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 94, expected is 32, indentation should be the same level as line 144.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L143)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 117).

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L144)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 109).

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L145)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 117).

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L146)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 102).

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L147)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 112).

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L148)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 91, expected is 48, indentation should be the same level as line 149.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L148)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 117).

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L149)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 118).

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L153)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 108).

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L154)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 119).

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L155)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 107).

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L156)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 103).

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L157)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 93, expected is 48, indentation should be the same level as line 158.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L157)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 102).

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L163)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'switch' has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L163)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 47, expected is 24, indentation should be the same level as line 168.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L165)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 104).

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L166)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'case' child has incorrect indentation level 24, expected level should be 6.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L168)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'for' has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L169)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'for' child has incorrect indentation level 40, expected level should be 10.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L170)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'for rcurly' has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L172)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L175)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L182)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L187)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L192)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L196)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L200)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L205)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L209)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L213)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'case' child has incorrect indentation level 24, expected level should be 6.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L215)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'for' has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L216)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'for' child has incorrect indentation level 40, expected level should be 10.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L217)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'for rcurly' has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L219)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L222)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L226)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L230)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L234)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L238)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L242)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L247)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L251)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L255)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'case' child has incorrect indentation level 24, expected level should be 6.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L257)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'for' has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L258)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'for' child has incorrect indentation level 40, expected level should be 10.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L259)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'for rcurly' has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L261)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L263)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L267)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L271)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L274)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L278)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L279)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L282)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L283)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L286)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L287)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L290)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L291)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L294)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L295)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L298)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L299)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L302)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'case' child has incorrect indentation level 24, expected level should be 6.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L303)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L304)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'switch rcurly' has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L305)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L308)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L311)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L314)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck> reported by reviewdog 🐶
Summary javadoc is missing.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L318)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L321)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def' child has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L322)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def rcurly' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/core/RobotContainer.java (L323)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 4, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/drive/DriveConstants.java (L12)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 4, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/drive/DriveConstants.java (L13)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 4, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/drive/DriveConstants.java (L16)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 4, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/drive/DriveConstants.java (L17)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 4, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/drive/DriveConstants.java (L18)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 4, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/drive/DriveConstants.java (L20)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 4, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/drive/DriveConstants.java (L22)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 101).

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/drive/DriveConstants.java (L26)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 4, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/drive/DriveConstants.java (L26)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 4, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/drive/DriveConstants.java (L32)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 4, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/drive/DriveConstants.java (L33)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 4, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/drive/DriveConstants.java (L34)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 4, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/drive/DriveConstants.java (L35)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 109).

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/drive/DriveConstants.java (L37)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 4, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/drive/DriveConstants.java (L37)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 116).

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/drive/DriveConstants.java (L38)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 4, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/drive/DriveConstants.java (L38)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 78, expected is 4, indentation should be the same level as line 42.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/drive/DriveConstants.java (L40)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 4, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/drive/DriveConstants.java (L42)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 4, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/drive/DriveConstants.java (L43)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 4, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/drive/DriveConstants.java (L45)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 126).

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/drive/DriveConstants.java (L46)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 4, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/drive/DriveConstants.java (L46)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 4, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/drive/DriveConstants.java (L48)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 4, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/drive/DriveConstants.java (L49)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 102).

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/intake/IntakeCommands.java (L53)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 102).

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/intake/IntakeConstants.java (L34)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 119).

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/intake/IntakeConstants.java (L39)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 112).

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/intake/IntakeConstants.java (L44)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 54, expected is 2, indentation should be the same level as line 46.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/intake/IntakeConstants.java (L45)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 66, expected is 2, indentation should be the same level as line 48.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/intake/IntakeConstants.java (L47)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 114).

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/intake/IntakeConstants.java (L49)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 64, expected is 2, indentation should be the same level as line 52.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/intake/IntakeConstants.java (L50)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@0d39b05aa4/src/main/java/org/ironriders/intake/IntakeConstants.java (L69)

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit <details> <summary>checkstyle</summary> <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L67 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L68 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L70 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L72 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L74 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L76 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 118). https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L79 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L79 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Empty line should be followed by <p> tag on the next line. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L85 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'ctor def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L93 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'ctor def' child has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L95 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'ctor def' child has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L97 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'ctor def' child has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L98 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'ctor def rcurly' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L99 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 108). https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L106 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L110 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def' child has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L111 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def' child has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L126 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def' child has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L129 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 118). https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L130 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 110). https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L131 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 118). https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L132 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 103). https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L133 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 113). https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L134 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 92, expected is 48, indentation should be the same level as line 135. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L134 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 118). https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L135 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 115). https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L136 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 115). https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L137 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 87, expected is 48, indentation should be the same level as line 138. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L137 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 112). https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L138 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 117). https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L140 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 118). https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L141 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 101). https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L142 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 106). https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L143 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 94, expected is 32, indentation should be the same level as line 144. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L143 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 117). https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L144 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 109). https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L145 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 117). https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L146 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 102). https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L147 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 112). https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L148 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 91, expected is 48, indentation should be the same level as line 149. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L148 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 117). https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L149 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 118). https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L153 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 108). https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L154 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 119). https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L155 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 107). https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L156 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 103). https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L157 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 93, expected is 48, indentation should be the same level as line 158. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L157 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 102). https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L163 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'switch' has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L163 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 47, expected is 24, indentation should be the same level as line 168. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L165 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 104). https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L166 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'case' child has incorrect indentation level 24, expected level should be 6. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L168 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'for' has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L169 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'for' child has incorrect indentation level 40, expected level should be 10. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L170 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'for rcurly' has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L172 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L175 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L182 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L187 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L192 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L196 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L200 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L205 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L209 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L213 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'case' child has incorrect indentation level 24, expected level should be 6. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L215 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'for' has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L216 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'for' child has incorrect indentation level 40, expected level should be 10. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L217 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'for rcurly' has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L219 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L222 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L226 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L230 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L234 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L238 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L242 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L247 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L251 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L255 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'case' child has incorrect indentation level 24, expected level should be 6. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L257 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'for' has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L258 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'for' child has incorrect indentation level 40, expected level should be 10. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L259 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'for rcurly' has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L261 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L263 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L267 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L271 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L274 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L278 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L279 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L282 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L283 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L286 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L287 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L290 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L291 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L294 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L295 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L298 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L299 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L302 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'case' child has incorrect indentation level 24, expected level should be 6. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L303 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L304 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'switch rcurly' has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L305 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L308 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L311 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L314 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Summary javadoc is missing. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L318 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L321 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def' child has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L322 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def rcurly' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/core/RobotContainer.java#L323 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 4, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/drive/DriveConstants.java#L12 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 4, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/drive/DriveConstants.java#L13 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 4, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/drive/DriveConstants.java#L16 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 4, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/drive/DriveConstants.java#L17 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 4, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/drive/DriveConstants.java#L18 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 4, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/drive/DriveConstants.java#L20 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 4, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/drive/DriveConstants.java#L22 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 101). https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/drive/DriveConstants.java#L26 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 4, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/drive/DriveConstants.java#L26 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 4, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/drive/DriveConstants.java#L32 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 4, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/drive/DriveConstants.java#L33 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 4, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/drive/DriveConstants.java#L34 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 4, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/drive/DriveConstants.java#L35 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 109). https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/drive/DriveConstants.java#L37 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 4, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/drive/DriveConstants.java#L37 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 116). https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/drive/DriveConstants.java#L38 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 4, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/drive/DriveConstants.java#L38 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 78, expected is 4, indentation should be the same level as line 42. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/drive/DriveConstants.java#L40 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 4, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/drive/DriveConstants.java#L42 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 4, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/drive/DriveConstants.java#L43 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 4, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/drive/DriveConstants.java#L45 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 126). https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/drive/DriveConstants.java#L46 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 4, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/drive/DriveConstants.java#L46 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 4, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/drive/DriveConstants.java#L48 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 4, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/drive/DriveConstants.java#L49 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 102). https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/intake/IntakeCommands.java#L53 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 102). https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/intake/IntakeConstants.java#L34 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 119). https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/intake/IntakeConstants.java#L39 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 112). https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/intake/IntakeConstants.java#L44 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 54, expected is 2, indentation should be the same level as line 46. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/intake/IntakeConstants.java#L45 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 66, expected is 2, indentation should be the same level as line 48. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/intake/IntakeConstants.java#L47 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 114). https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/intake/IntakeConstants.java#L49 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 64, expected is 2, indentation should be the same level as line 52. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/intake/IntakeConstants.java#L50 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/0d39b05aa428310a5fe8a45f74eff9b84ba7e67a/src/main/java/org/ironriders/intake/IntakeConstants.java#L69 </details>
Amber-leaf commented 2025-09-27 21:50:22 +00:00 (Migrated from github.com)

oh god

oh god
Saturncorgi commented 2025-09-27 21:50:50 +00:00 (Migrated from github.com)

WHY IS IT WORSE AFTER I FORMATTED IT

WHY IS IT WORSE AFTER I FORMATTED IT
github-actions[bot] (Migrated from github.com) reviewed 2025-09-27 22:04:34 +00:00
github-actions[bot] (Migrated from github.com) left a comment

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

checkstyle

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck> reported by reviewdog 🐶

tag should be placed immediately before the first word, with no space after.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/lib/Elastic.java (L391)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def' child has incorrect indentation level 8, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/ElevatorWristCTL.java (L96)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def' child has incorrect indentation level 8, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/ElevatorWristCTL.java (L108)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck> reported by reviewdog 🐶
Unused @param tag for 'elevatorCommands'.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotCommands.java (L45)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck> reported by reviewdog 🐶
Unused @param tag for 'coralWristCommands'.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotCommands.java (L46)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotCommands.java (L99)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotCommands.java (L103)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.RequireEmptyLineBeforeBlockTagGroupCheck> reported by reviewdog 🐶
Javadoc tag '@param' should be preceded with an empty line.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotCommands.java (L122)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.RequireEmptyLineBeforeBlockTagGroupCheck> reported by reviewdog 🐶
Javadoc tag '@return' should be preceded with an empty line.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotCommands.java (L189)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L50)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L51)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L53)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L54)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L56)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L58)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L59)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L61)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L62)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L64)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L66)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L68)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L70)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L73)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck> reported by reviewdog 🐶
Empty line should be followed by

tag on the next line.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L79)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'ctor def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L85)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'ctor def' child has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L87)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'ctor def' child has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L89)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'ctor def' child has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L90)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'ctor def rcurly' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L91)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 108).

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L97)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L101)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def' child has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L102)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def' child has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L114)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def' child has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L117)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 102).

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L121)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 106).

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L123)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 107).

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L127)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 105).

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L131)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 92, expected is 48, indentation should be the same level as line 134.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L133)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 87, expected is 48, indentation should be the same level as line 144.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L143)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 87, expected is 48, indentation should be the same level as line 147.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L146)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 105).

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L149)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 108).

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L152)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 102).

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L154)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 101).

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L155)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 102).

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L156)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 94, expected is 32, indentation should be the same level as line 158.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L157)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 101).

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L161)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 105).

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L163)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 106).

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L167)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 104).

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L171)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 91, expected is 48, indentation should be the same level as line 174.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L173)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 87, expected is 48, indentation should be the same level as line 177.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L176)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 103).

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L181)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 101).

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L183)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 101).

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L184)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 101).

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L187)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 105).

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L188)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 101).

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L190)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 101).

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L192)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 103).

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L194)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 93, expected is 48, indentation should be the same level as line 195.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L194)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'switch' has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L200)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 47, expected is 24, indentation should be the same level as line 207.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L203)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'case' child has incorrect indentation level 24, expected level should be 6.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L207)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'for' has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L208)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'for' child has incorrect indentation level 40, expected level should be 10.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L209)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'for rcurly' has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L211)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L214)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L221)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L226)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L230)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L234)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L236)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L239)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L241)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L243)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'case' child has incorrect indentation level 24, expected level should be 6.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L245)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'for' has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L246)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'for' child has incorrect indentation level 40, expected level should be 10.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L247)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'for rcurly' has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L249)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L252)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L256)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L260)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L264)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L268)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L270)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L273)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L275)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L277)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'case' child has incorrect indentation level 24, expected level should be 6.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L279)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'for' has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L280)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'for' child has incorrect indentation level 40, expected level should be 10.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L281)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'for rcurly' has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L283)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L285)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L289)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L293)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L296)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L300)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L300)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L303)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L303)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L306)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L306)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L309)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L309)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L312)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L312)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L315)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L315)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L318)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'case' child has incorrect indentation level 24, expected level should be 6.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L319)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L320)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def' child has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L323)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L323)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def' child has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L325)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L325)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def' child has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L327)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L327)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck> reported by reviewdog 🐶
Summary javadoc is missing.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L331)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L334)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def' child has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L335)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def rcurly' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/core/RobotContainer.java (L336)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/drive/DriveConstants.java (L12)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/drive/DriveConstants.java (L13)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/drive/DriveConstants.java (L16)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/drive/DriveConstants.java (L17)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/drive/DriveConstants.java (L18)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/drive/DriveConstants.java (L20)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/drive/DriveConstants.java (L22)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/drive/DriveConstants.java (L25)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 104).

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/drive/DriveConstants.java (L26)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 90, expected is 40, indentation should be the same level as line 28.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/drive/DriveConstants.java (L27)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/drive/DriveConstants.java (L32)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/drive/DriveConstants.java (L33)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/drive/DriveConstants.java (L34)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/drive/DriveConstants.java (L35)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/drive/DriveConstants.java (L37)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 63, expected is 8, indentation should be the same level as line 39.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/drive/DriveConstants.java (L38)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/drive/DriveConstants.java (L39)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 82, expected is 8, indentation should be the same level as line 45.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/drive/DriveConstants.java (L43)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/drive/DriveConstants.java (L45)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/drive/DriveConstants.java (L46)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/drive/DriveConstants.java (L48)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/drive/DriveConstants.java (L49)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/drive/DriveConstants.java (L52)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/drive/DriveConstants.java (L53)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 60, expected is 10, indentation should be the same level as line 48.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/drive/DriveSubsystem.java (L47)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 30, expected is 6, indentation should be the same level as line 51.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/drive/DriveSubsystem.java (L50)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/drive/DriveCommands.java (L33)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/drive/DriveCommands.java (L40)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck> reported by reviewdog 🐶
Abbreviation in name 'shouldPIDControl' must contain no more than '1' consecutive capital letters.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L56)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck> reported by reviewdog 🐶
Abbreviation in name 'PIDControlOveride' must contain no more than '1' consecutive capital letters.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L57)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck> reported by reviewdog 🐶
Member name 'PIDControlOveride' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L57)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L119)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L125)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L139)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L143)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L168)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L175)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck> reported by reviewdog 🐶
'if' construct must use '{}'s.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L176)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/intake/IntakeCommands.java (L48)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 53, expected is 2, indentation should be the same level as line 39.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/intake/IntakeConstants.java (L37)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 73, expected is 2, indentation should be the same level as line 46.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/intake/IntakeConstants.java (L43)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 54, expected is 2, indentation should be the same level as line 52.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/intake/IntakeConstants.java (L51)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 66, expected is 2, indentation should be the same level as line 55.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/intake/IntakeConstants.java (L54)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 64, expected is 2, indentation should be the same level as line 61.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/intake/IntakeConstants.java (L59)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@4767ce01a1/src/main/java/org/ironriders/intake/IntakeConstants.java (L75)

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit <details> <summary>checkstyle</summary> <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br><p> tag should be placed immediately before the first word, with no space after. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/lib/Elastic.java#L391 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def' child has incorrect indentation level 8, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/ElevatorWristCTL.java#L96 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def' child has incorrect indentation level 8, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/ElevatorWristCTL.java#L108 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Unused @param tag for 'elevatorCommands'. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotCommands.java#L45 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Unused @param tag for 'coralWristCommands'. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotCommands.java#L46 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotCommands.java#L99 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotCommands.java#L103 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.RequireEmptyLineBeforeBlockTagGroupCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Javadoc tag '@param' should be preceded with an empty line. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotCommands.java#L122 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.RequireEmptyLineBeforeBlockTagGroupCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Javadoc tag '@return' should be preceded with an empty line. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotCommands.java#L189 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L50 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L51 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L53 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L54 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L56 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L58 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L59 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L61 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L62 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L64 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L66 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L68 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L70 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L73 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Empty line should be followed by <p> tag on the next line. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L79 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'ctor def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L85 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'ctor def' child has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L87 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'ctor def' child has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L89 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'ctor def' child has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L90 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'ctor def rcurly' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L91 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 108). https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L97 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L101 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def' child has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L102 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def' child has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L114 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def' child has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L117 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 102). https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L121 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 106). https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L123 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 107). https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L127 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 105). https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L131 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 92, expected is 48, indentation should be the same level as line 134. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L133 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 87, expected is 48, indentation should be the same level as line 144. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L143 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 87, expected is 48, indentation should be the same level as line 147. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L146 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 105). https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L149 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 108). https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L152 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 102). https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L154 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 101). https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L155 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 102). https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L156 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 94, expected is 32, indentation should be the same level as line 158. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L157 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 101). https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L161 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 105). https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L163 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 106). https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L167 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 104). https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L171 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 91, expected is 48, indentation should be the same level as line 174. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L173 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 87, expected is 48, indentation should be the same level as line 177. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L176 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 103). https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L181 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 101). https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L183 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 101). https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L184 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 101). https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L187 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 105). https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L188 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 101). https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L190 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 101). https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L192 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 103). https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L194 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 93, expected is 48, indentation should be the same level as line 195. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L194 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'switch' has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L200 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 47, expected is 24, indentation should be the same level as line 207. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L203 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'case' child has incorrect indentation level 24, expected level should be 6. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L207 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'for' has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L208 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'for' child has incorrect indentation level 40, expected level should be 10. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L209 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'for rcurly' has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L211 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L214 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L221 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L226 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L230 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L234 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L236 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L239 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L241 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L243 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'case' child has incorrect indentation level 24, expected level should be 6. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L245 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'for' has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L246 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'for' child has incorrect indentation level 40, expected level should be 10. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L247 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'for rcurly' has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L249 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L252 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L256 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L260 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L264 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L268 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L270 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L273 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L275 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L277 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'case' child has incorrect indentation level 24, expected level should be 6. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L279 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'for' has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L280 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'for' child has incorrect indentation level 40, expected level should be 10. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L281 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'for rcurly' has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L283 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L285 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L289 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L293 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L296 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L300 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L300 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L303 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L303 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L306 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L306 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L309 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L309 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L312 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L312 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L315 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L315 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L318 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'case' child has incorrect indentation level 24, expected level should be 6. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L319 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L320 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def' child has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L323 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L323 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def' child has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L325 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L325 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def' child has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L327 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L327 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Summary javadoc is missing. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L331 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L334 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def' child has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L335 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def rcurly' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/core/RobotContainer.java#L336 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/drive/DriveConstants.java#L12 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/drive/DriveConstants.java#L13 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/drive/DriveConstants.java#L16 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/drive/DriveConstants.java#L17 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/drive/DriveConstants.java#L18 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/drive/DriveConstants.java#L20 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/drive/DriveConstants.java#L22 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/drive/DriveConstants.java#L25 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 104). https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/drive/DriveConstants.java#L26 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 90, expected is 40, indentation should be the same level as line 28. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/drive/DriveConstants.java#L27 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/drive/DriveConstants.java#L32 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/drive/DriveConstants.java#L33 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/drive/DriveConstants.java#L34 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/drive/DriveConstants.java#L35 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/drive/DriveConstants.java#L37 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 63, expected is 8, indentation should be the same level as line 39. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/drive/DriveConstants.java#L38 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/drive/DriveConstants.java#L39 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 82, expected is 8, indentation should be the same level as line 45. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/drive/DriveConstants.java#L43 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/drive/DriveConstants.java#L45 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/drive/DriveConstants.java#L46 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/drive/DriveConstants.java#L48 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/drive/DriveConstants.java#L49 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/drive/DriveConstants.java#L52 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/drive/DriveConstants.java#L53 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 60, expected is 10, indentation should be the same level as line 48. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/drive/DriveSubsystem.java#L47 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 30, expected is 6, indentation should be the same level as line 51. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/drive/DriveSubsystem.java#L50 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/drive/DriveCommands.java#L33 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/drive/DriveCommands.java#L40 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Abbreviation in name 'shouldPIDControl' must contain no more than '1' consecutive capital letters. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L56 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Abbreviation in name 'PIDControlOveride' must contain no more than '1' consecutive capital letters. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L57 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Member name 'PIDControlOveride' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L57 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L119 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L125 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L139 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L143 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L168 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L175 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'if' construct must use '{}'s. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L176 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/intake/IntakeCommands.java#L48 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 53, expected is 2, indentation should be the same level as line 39. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/intake/IntakeConstants.java#L37 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 73, expected is 2, indentation should be the same level as line 46. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/intake/IntakeConstants.java#L43 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 54, expected is 2, indentation should be the same level as line 52. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/intake/IntakeConstants.java#L51 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 66, expected is 2, indentation should be the same level as line 55. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/intake/IntakeConstants.java#L54 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 64, expected is 2, indentation should be the same level as line 61. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/intake/IntakeConstants.java#L59 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/4767ce01a138e6a8b33a96f1e313f9168141551d/src/main/java/org/ironriders/intake/IntakeConstants.java#L75 </details>
Saturncorgi commented 2025-09-27 22:06:38 +00:00 (Migrated from github.com)

AHHHHHHH

AHHHHHHH
github-actions[bot] (Migrated from github.com) reviewed 2025-09-27 22:08:05 +00:00
github-actions[bot] (Migrated from github.com) left a comment

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

checkstyle

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L101)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def' child has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L102)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def' child has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L114)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def' child has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L117)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 102).

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L121)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 106).

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L123)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 107).

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L127)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 105).

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L131)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 92, expected is 48, indentation should be the same level as line 134.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L133)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 87, expected is 48, indentation should be the same level as line 144.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L143)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 87, expected is 48, indentation should be the same level as line 147.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L146)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 105).

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L149)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 108).

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L152)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 102).

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L154)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 101).

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L155)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 102).

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L156)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 94, expected is 32, indentation should be the same level as line 158.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L157)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 101).

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L161)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 105).

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L163)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 106).

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L167)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 104).

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L171)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 91, expected is 48, indentation should be the same level as line 174.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L173)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 87, expected is 48, indentation should be the same level as line 177.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L176)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 103).

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L181)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 101).

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L183)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 101).

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L184)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 101).

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L187)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 105).

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L188)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 101).

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L190)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 101).

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L192)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 103).

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L194)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 93, expected is 48, indentation should be the same level as line 195.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L194)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'switch' has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L200)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 47, expected is 24, indentation should be the same level as line 207.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L203)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'case' child has incorrect indentation level 24, expected level should be 6.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L207)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'for' has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L208)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'for' child has incorrect indentation level 40, expected level should be 10.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L209)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'for rcurly' has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L211)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L214)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L221)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L226)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L230)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L234)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L236)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L239)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L241)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L243)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'case' child has incorrect indentation level 24, expected level should be 6.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L245)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'for' has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L246)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'for' child has incorrect indentation level 40, expected level should be 10.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L247)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'for rcurly' has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L249)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L252)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L256)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L260)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L264)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L268)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L270)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L273)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L275)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L277)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'case' child has incorrect indentation level 24, expected level should be 6.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L279)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'for' has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L280)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'for' child has incorrect indentation level 40, expected level should be 10.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L281)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'for rcurly' has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L283)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L285)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L289)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L293)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L296)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L300)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L300)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L303)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L303)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L306)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L306)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L309)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L309)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L312)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L312)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L315)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L315)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L318)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'case' child has incorrect indentation level 24, expected level should be 6.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L319)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L320)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def' child has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L323)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L323)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def' child has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L325)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L325)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def' child has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L327)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L327)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck> reported by reviewdog 🐶
Summary javadoc is missing.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L331)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L334)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def' child has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L335)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def rcurly' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/core/RobotContainer.java (L336)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/drive/DriveConstants.java (L12)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/drive/DriveConstants.java (L13)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/drive/DriveConstants.java (L16)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/drive/DriveConstants.java (L17)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/drive/DriveConstants.java (L18)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/drive/DriveConstants.java (L20)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/drive/DriveConstants.java (L22)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/drive/DriveConstants.java (L25)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 104).

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/drive/DriveConstants.java (L26)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 90, expected is 40, indentation should be the same level as line 28.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/drive/DriveConstants.java (L27)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/drive/DriveConstants.java (L32)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/drive/DriveConstants.java (L33)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/drive/DriveConstants.java (L34)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/drive/DriveConstants.java (L35)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/drive/DriveConstants.java (L37)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 63, expected is 8, indentation should be the same level as line 39.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/drive/DriveConstants.java (L38)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/drive/DriveConstants.java (L39)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 82, expected is 8, indentation should be the same level as line 45.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/drive/DriveConstants.java (L43)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/drive/DriveConstants.java (L45)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/drive/DriveConstants.java (L46)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/drive/DriveConstants.java (L48)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/drive/DriveConstants.java (L49)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/drive/DriveConstants.java (L52)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/drive/DriveConstants.java (L53)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 60, expected is 10, indentation should be the same level as line 48.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/drive/DriveSubsystem.java (L47)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 30, expected is 6, indentation should be the same level as line 51.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/drive/DriveSubsystem.java (L50)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/drive/DriveCommands.java (L33)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/drive/DriveCommands.java (L40)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck> reported by reviewdog 🐶
Abbreviation in name 'shouldPIDControl' must contain no more than '1' consecutive capital letters.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L56)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck> reported by reviewdog 🐶
Abbreviation in name 'PIDControlOveride' must contain no more than '1' consecutive capital letters.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L57)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck> reported by reviewdog 🐶
Member name 'PIDControlOveride' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L57)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L119)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L125)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L139)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L143)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L168)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L175)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck> reported by reviewdog 🐶
'if' construct must use '{}'s.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L176)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/intake/IntakeCommands.java (L48)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 53, expected is 2, indentation should be the same level as line 39.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/intake/IntakeConstants.java (L37)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 73, expected is 2, indentation should be the same level as line 46.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/intake/IntakeConstants.java (L43)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 54, expected is 2, indentation should be the same level as line 52.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/intake/IntakeConstants.java (L51)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 66, expected is 2, indentation should be the same level as line 55.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/intake/IntakeConstants.java (L54)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 64, expected is 2, indentation should be the same level as line 61.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/intake/IntakeConstants.java (L59)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@fc68667fca/src/main/java/org/ironriders/intake/IntakeConstants.java (L75)

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit <details> <summary>checkstyle</summary> <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L101 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def' child has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L102 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def' child has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L114 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def' child has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L117 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 102). https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L121 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 106). https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L123 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 107). https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L127 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 105). https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L131 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 92, expected is 48, indentation should be the same level as line 134. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L133 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 87, expected is 48, indentation should be the same level as line 144. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L143 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 87, expected is 48, indentation should be the same level as line 147. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L146 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 105). https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L149 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 108). https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L152 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 102). https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L154 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 101). https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L155 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 102). https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L156 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 94, expected is 32, indentation should be the same level as line 158. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L157 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 101). https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L161 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 105). https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L163 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 106). https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L167 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 104). https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L171 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 91, expected is 48, indentation should be the same level as line 174. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L173 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 87, expected is 48, indentation should be the same level as line 177. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L176 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 103). https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L181 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 101). https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L183 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 101). https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L184 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 101). https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L187 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 105). https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L188 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 101). https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L190 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 101). https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L192 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 103). https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L194 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 93, expected is 48, indentation should be the same level as line 195. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L194 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'switch' has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L200 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 47, expected is 24, indentation should be the same level as line 207. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L203 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'case' child has incorrect indentation level 24, expected level should be 6. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L207 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'for' has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L208 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'for' child has incorrect indentation level 40, expected level should be 10. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L209 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'for rcurly' has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L211 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L214 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L221 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L226 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L230 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L234 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L236 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L239 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L241 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L243 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'case' child has incorrect indentation level 24, expected level should be 6. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L245 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'for' has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L246 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'for' child has incorrect indentation level 40, expected level should be 10. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L247 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'for rcurly' has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L249 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L252 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L256 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L260 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L264 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L268 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L270 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L273 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L275 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L277 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'case' child has incorrect indentation level 24, expected level should be 6. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L279 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'for' has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L280 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'for' child has incorrect indentation level 40, expected level should be 10. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L281 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'for rcurly' has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L283 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L285 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L289 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L293 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L296 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L300 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L300 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L303 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L303 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L306 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L306 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L309 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L309 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L312 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L312 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L315 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L315 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L318 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'case' child has incorrect indentation level 24, expected level should be 6. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L319 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L320 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def' child has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L323 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L323 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def' child has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L325 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L325 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def' child has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L327 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L327 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Summary javadoc is missing. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L331 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L334 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def' child has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L335 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def rcurly' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/core/RobotContainer.java#L336 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/drive/DriveConstants.java#L12 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/drive/DriveConstants.java#L13 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/drive/DriveConstants.java#L16 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/drive/DriveConstants.java#L17 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/drive/DriveConstants.java#L18 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/drive/DriveConstants.java#L20 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/drive/DriveConstants.java#L22 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/drive/DriveConstants.java#L25 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 104). https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/drive/DriveConstants.java#L26 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 90, expected is 40, indentation should be the same level as line 28. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/drive/DriveConstants.java#L27 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/drive/DriveConstants.java#L32 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/drive/DriveConstants.java#L33 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/drive/DriveConstants.java#L34 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/drive/DriveConstants.java#L35 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/drive/DriveConstants.java#L37 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 63, expected is 8, indentation should be the same level as line 39. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/drive/DriveConstants.java#L38 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/drive/DriveConstants.java#L39 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 82, expected is 8, indentation should be the same level as line 45. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/drive/DriveConstants.java#L43 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/drive/DriveConstants.java#L45 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/drive/DriveConstants.java#L46 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/drive/DriveConstants.java#L48 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/drive/DriveConstants.java#L49 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/drive/DriveConstants.java#L52 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/drive/DriveConstants.java#L53 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 60, expected is 10, indentation should be the same level as line 48. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/drive/DriveSubsystem.java#L47 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 30, expected is 6, indentation should be the same level as line 51. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/drive/DriveSubsystem.java#L50 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/drive/DriveCommands.java#L33 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/drive/DriveCommands.java#L40 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Abbreviation in name 'shouldPIDControl' must contain no more than '1' consecutive capital letters. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L56 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Abbreviation in name 'PIDControlOveride' must contain no more than '1' consecutive capital letters. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L57 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Member name 'PIDControlOveride' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L57 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L119 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L125 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L139 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L143 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L168 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L175 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'if' construct must use '{}'s. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L176 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/intake/IntakeCommands.java#L48 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 53, expected is 2, indentation should be the same level as line 39. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/intake/IntakeConstants.java#L37 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 73, expected is 2, indentation should be the same level as line 46. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/intake/IntakeConstants.java#L43 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 54, expected is 2, indentation should be the same level as line 52. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/intake/IntakeConstants.java#L51 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 66, expected is 2, indentation should be the same level as line 55. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/intake/IntakeConstants.java#L54 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 64, expected is 2, indentation should be the same level as line 61. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/intake/IntakeConstants.java#L59 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/fc68667fca2f92a9f47555ddb3c3aa3f1d020757/src/main/java/org/ironriders/intake/IntakeConstants.java#L75 </details>
Amber-leaf commented 2025-09-27 22:11:53 +00:00 (Migrated from github.com)

its good now?

its good now?
github-actions[bot] (Migrated from github.com) reviewed 2025-09-27 22:13:32 +00:00
github-actions[bot] (Migrated from github.com) left a comment

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

checkstyle

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def' child has incorrect indentation level 8, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/ElevatorWristCTL.java (L99)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def' child has incorrect indentation level 8, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/ElevatorWristCTL.java (L113)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotCommands.java (L101)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotCommands.java (L105)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L55)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L56)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L58)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L59)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L61)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L63)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L64)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L66)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L67)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L69)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L71)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L73)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L75)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L78)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck> reported by reviewdog 🐶
Empty line should be followed by

tag on the next line.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L84)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'ctor def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L91)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'ctor def' child has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L93)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'ctor def' child has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L95)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'ctor def' child has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L96)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'ctor def rcurly' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L97)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 108).

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L104)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L108)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def' child has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L109)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def' child has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L121)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def' child has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L124)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 102).

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L128)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 106).

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L130)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 107).

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L134)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 105).

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L138)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 92, expected is 48, indentation should be the same level as line 141.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L140)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 87, expected is 48, indentation should be the same level as line 151.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L150)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 87, expected is 48, indentation should be the same level as line 154.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L153)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 105).

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L156)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 108).

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L159)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 102).

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L161)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 101).

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L162)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 102).

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L163)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 94, expected is 32, indentation should be the same level as line 165.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L164)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 101).

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L168)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 105).

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L170)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 106).

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L174)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 104).

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L178)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 91, expected is 48, indentation should be the same level as line 181.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L180)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 87, expected is 48, indentation should be the same level as line 184.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L183)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 103).

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L188)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 101).

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L190)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 101).

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L191)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 101).

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L194)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 105).

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L195)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 101).

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L197)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 101).

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L199)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 103).

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L201)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 93, expected is 48, indentation should be the same level as line 202.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L201)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'switch' has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L207)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 47, expected is 24, indentation should be the same level as line 214.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L210)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'case' child has incorrect indentation level 24, expected level should be 6.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L214)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'for' has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L215)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'for' child has incorrect indentation level 40, expected level should be 10.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L216)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'for rcurly' has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L218)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L221)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L228)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L233)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L237)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L241)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L243)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L246)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L248)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L250)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'case' child has incorrect indentation level 24, expected level should be 6.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L252)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'for' has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L253)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'for' child has incorrect indentation level 40, expected level should be 10.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L254)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'for rcurly' has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L256)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L259)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L263)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L267)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L271)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L275)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L277)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L280)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L282)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L284)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'case' child has incorrect indentation level 24, expected level should be 6.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L286)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'for' has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L287)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'for' child has incorrect indentation level 40, expected level should be 10.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L288)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'for rcurly' has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L290)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L292)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L296)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L300)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L303)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L307)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L307)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L310)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L310)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L313)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L313)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L316)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L316)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L319)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L319)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L322)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L322)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L325)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'case' child has incorrect indentation level 24, expected level should be 6.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L326)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'block' child has incorrect indentation level 32, expected level should be 8.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L327)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def' child has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L330)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L330)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def' child has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L332)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L332)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def' child has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L334)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L334)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck> reported by reviewdog 🐶
Summary javadoc is missing.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L338)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L341)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def' child has incorrect indentation level 16, expected level should be 4.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L342)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def rcurly' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/core/RobotContainer.java (L343)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/drive/DriveConstants.java (L12)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/drive/DriveConstants.java (L13)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/drive/DriveConstants.java (L16)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/drive/DriveConstants.java (L17)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/drive/DriveConstants.java (L18)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/drive/DriveConstants.java (L20)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 109).

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/drive/DriveConstants.java (L22)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/drive/DriveConstants.java (L22)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 105).

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/drive/DriveConstants.java (L24)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/drive/DriveConstants.java (L24)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 59, expected is 24, indentation should be the same level as line 27.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/drive/DriveConstants.java (L26)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/drive/DriveConstants.java (L31)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/drive/DriveConstants.java (L32)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/drive/DriveConstants.java (L33)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/drive/DriveConstants.java (L34)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/drive/DriveConstants.java (L36)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 63, expected is 8, indentation should be the same level as line 38.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/drive/DriveConstants.java (L37)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/drive/DriveConstants.java (L38)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 82, expected is 8, indentation should be the same level as line 44.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/drive/DriveConstants.java (L42)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/drive/DriveConstants.java (L44)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/drive/DriveConstants.java (L45)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/drive/DriveConstants.java (L47)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 130).

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/drive/DriveConstants.java (L48)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/drive/DriveConstants.java (L48)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/drive/DriveConstants.java (L50)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/drive/DriveConstants.java (L51)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 60, expected is 10, indentation should be the same level as line 50.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/drive/DriveSubsystem.java (L49)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 30, expected is 6, indentation should be the same level as line 53.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/drive/DriveSubsystem.java (L52)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/drive/DriveCommands.java (L33)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/drive/DriveCommands.java (L40)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 102).

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/drive/DriveCommands.java (L64)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 116).

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L46)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 101).

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L47)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck> reported by reviewdog 🐶
Abbreviation in name 'shouldPIDControl' must contain no more than '1' consecutive capital letters.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L55)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck> reported by reviewdog 🐶
Abbreviation in name 'PIDControlOveride' must contain no more than '1' consecutive capital letters.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L56)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck> reported by reviewdog 🐶
Member name 'PIDControlOveride' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L56)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L118)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L124)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L138)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L142)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L167)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L174)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck> reported by reviewdog 🐶
'if' construct must use '{}'s.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L175)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/intake/IntakeCommands.java (L48)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 53, expected is 2, indentation should be the same level as line 37.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/intake/IntakeConstants.java (L35)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 73, expected is 2, indentation should be the same level as line 44.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/intake/IntakeConstants.java (L41)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 54, expected is 2, indentation should be the same level as line 50.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/intake/IntakeConstants.java (L49)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 66, expected is 2, indentation should be the same level as line 53.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/intake/IntakeConstants.java (L52)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> reported by reviewdog 🐶
Comment has incorrect indentation level 64, expected is 2, indentation should be the same level as line 59.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/intake/IntakeConstants.java (L57)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@1c7f7461cd/src/main/java/org/ironriders/intake/IntakeConstants.java (L73)

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit <details> <summary>checkstyle</summary> <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def' child has incorrect indentation level 8, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/ElevatorWristCTL.java#L99 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def' child has incorrect indentation level 8, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/ElevatorWristCTL.java#L113 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotCommands.java#L101 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotCommands.java#L105 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L55 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L56 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L58 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L59 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L61 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L63 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L64 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L66 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L67 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L69 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L71 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L73 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L75 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L78 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Empty line should be followed by <p> tag on the next line. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L84 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'ctor def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L91 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'ctor def' child has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L93 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'ctor def' child has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L95 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'ctor def' child has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L96 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'ctor def rcurly' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L97 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 108). https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L104 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L108 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def' child has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L109 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def' child has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L121 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def' child has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L124 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 102). https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L128 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 106). https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L130 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 107). https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L134 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 105). https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L138 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 92, expected is 48, indentation should be the same level as line 141. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L140 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 87, expected is 48, indentation should be the same level as line 151. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L150 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 87, expected is 48, indentation should be the same level as line 154. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L153 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 105). https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L156 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 108). https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L159 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 102). https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L161 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 101). https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L162 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 102). https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L163 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 94, expected is 32, indentation should be the same level as line 165. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L164 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 101). https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L168 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 105). https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L170 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 106). https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L174 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 104). https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L178 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 91, expected is 48, indentation should be the same level as line 181. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L180 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 87, expected is 48, indentation should be the same level as line 184. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L183 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 103). https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L188 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 101). https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L190 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 101). https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L191 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 101). https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L194 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 105). https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L195 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 101). https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L197 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 101). https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L199 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 103). https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L201 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 93, expected is 48, indentation should be the same level as line 202. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L201 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'switch' has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L207 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 47, expected is 24, indentation should be the same level as line 214. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L210 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'case' child has incorrect indentation level 24, expected level should be 6. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L214 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'for' has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L215 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'for' child has incorrect indentation level 40, expected level should be 10. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L216 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'for rcurly' has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L218 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L221 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L228 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L233 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L237 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L241 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L243 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L246 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L248 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L250 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'case' child has incorrect indentation level 24, expected level should be 6. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L252 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'for' has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L253 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'for' child has incorrect indentation level 40, expected level should be 10. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L254 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'for rcurly' has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L256 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L259 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L263 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L267 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L271 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L275 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L277 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L280 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L282 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L284 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'case' child has incorrect indentation level 24, expected level should be 6. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L286 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'for' has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L287 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'for' child has incorrect indentation level 40, expected level should be 10. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L288 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'for rcurly' has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L290 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L292 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L296 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L300 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L303 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L307 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L307 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L310 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L310 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L313 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L313 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L316 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L316 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L319 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L319 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L322 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L322 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L325 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'case' child has incorrect indentation level 24, expected level should be 6. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L326 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'block' child has incorrect indentation level 32, expected level should be 8. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L327 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def' child has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L330 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L330 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def' child has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L332 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L332 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def' child has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L334 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L334 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Summary javadoc is missing. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L338 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L341 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def' child has incorrect indentation level 16, expected level should be 4. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L342 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'method def rcurly' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/core/RobotContainer.java#L343 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/drive/DriveConstants.java#L12 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/drive/DriveConstants.java#L13 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/drive/DriveConstants.java#L16 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/drive/DriveConstants.java#L17 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/drive/DriveConstants.java#L18 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/drive/DriveConstants.java#L20 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 109). https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/drive/DriveConstants.java#L22 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/drive/DriveConstants.java#L22 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 105). https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/drive/DriveConstants.java#L24 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/drive/DriveConstants.java#L24 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 59, expected is 24, indentation should be the same level as line 27. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/drive/DriveConstants.java#L26 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/drive/DriveConstants.java#L31 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/drive/DriveConstants.java#L32 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/drive/DriveConstants.java#L33 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/drive/DriveConstants.java#L34 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/drive/DriveConstants.java#L36 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 63, expected is 8, indentation should be the same level as line 38. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/drive/DriveConstants.java#L37 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/drive/DriveConstants.java#L38 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 82, expected is 8, indentation should be the same level as line 44. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/drive/DriveConstants.java#L42 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/drive/DriveConstants.java#L44 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/drive/DriveConstants.java#L45 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/drive/DriveConstants.java#L47 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 130). https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/drive/DriveConstants.java#L48 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/drive/DriveConstants.java#L48 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/drive/DriveConstants.java#L50 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'member def modifier' has incorrect indentation level 8, expected level should be 2. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/drive/DriveConstants.java#L51 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 60, expected is 10, indentation should be the same level as line 50. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/drive/DriveSubsystem.java#L49 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 30, expected is 6, indentation should be the same level as line 53. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/drive/DriveSubsystem.java#L52 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/drive/DriveCommands.java#L33 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/drive/DriveCommands.java#L40 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 102). https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/drive/DriveCommands.java#L64 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 116). https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L46 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Line is longer than 100 characters (found 101). https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L47 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Abbreviation in name 'shouldPIDControl' must contain no more than '1' consecutive capital letters. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L55 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Abbreviation in name 'PIDControlOveride' must contain no more than '1' consecutive capital letters. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L56 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Member name 'PIDControlOveride' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L56 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L118 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L124 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L138 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L142 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L167 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L174 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'if' construct must use '{}'s. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L175 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/intake/IntakeCommands.java#L48 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 53, expected is 2, indentation should be the same level as line 37. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/intake/IntakeConstants.java#L35 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 73, expected is 2, indentation should be the same level as line 44. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/intake/IntakeConstants.java#L41 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 54, expected is 2, indentation should be the same level as line 50. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/intake/IntakeConstants.java#L49 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 66, expected is 2, indentation should be the same level as line 53. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/intake/IntakeConstants.java#L52 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Comment has incorrect indentation level 64, expected is 2, indentation should be the same level as line 59. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/intake/IntakeConstants.java#L57 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/1c7f7461cd1e7c95b742377318cd9e3449292424/src/main/java/org/ironriders/intake/IntakeConstants.java#L73 </details>
Saturncorgi commented 2025-09-27 22:15:32 +00:00 (Migrated from github.com)

NO

NO
Amber-leaf commented 2025-09-27 23:03:24 +00:00 (Migrated from github.com)

its getting an eof parse error

its getting an eof parse error
Saturncorgi commented 2025-09-27 23:07:15 +00:00 (Migrated from github.com)

its getting an eof parse error

yeah. theres other problems though so fixing it would just be more conversation spam

> its getting an eof parse error yeah. theres other problems though so fixing it would just be more conversation spam
github-actions[bot] (Migrated from github.com) reviewed 2025-09-27 23:34:08 +00:00
github-actions[bot] (Migrated from github.com) left a comment

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

checkstyle

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck> reported by reviewdog 🐶
Abbreviation in name 'PIDControlOveride' must contain no more than '1' consecutive capital letters.

github.com/IronRiders/ReefScape-PostSeason@13f19b1526/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L55)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck> reported by reviewdog 🐶
Member name 'PIDControlOveride' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'.

github.com/IronRiders/ReefScape-PostSeason@13f19b1526/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L55)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@13f19b1526/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L123)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@13f19b1526/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L129)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@13f19b1526/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L143)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@13f19b1526/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L147)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@13f19b1526/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L172)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@13f19b1526/src/main/java/org/ironriders/intake/IntakeSubsystem.java (L179)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@13f19b1526/src/main/java/org/ironriders/intake/IntakeCommands.java (L47)


⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

github.com/IronRiders/ReefScape-PostSeason@13f19b1526/src/main/java/org/ironriders/intake/IntakeConstants.java (L78)

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit <details> <summary>checkstyle</summary> <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Abbreviation in name 'PIDControlOveride' must contain no more than '1' consecutive capital letters. https://github.com/IronRiders/ReefScape-PostSeason/blob/13f19b15264669926cedef3caa1772d36223f4c2/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L55 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Member name 'PIDControlOveride' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. https://github.com/IronRiders/ReefScape-PostSeason/blob/13f19b15264669926cedef3caa1772d36223f4c2/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L55 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/13f19b15264669926cedef3caa1772d36223f4c2/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L123 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/13f19b15264669926cedef3caa1772d36223f4c2/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L129 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/13f19b15264669926cedef3caa1772d36223f4c2/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L143 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/13f19b15264669926cedef3caa1772d36223f4c2/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L147 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/13f19b15264669926cedef3caa1772d36223f4c2/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L172 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/13f19b15264669926cedef3caa1772d36223f4c2/src/main/java/org/ironriders/intake/IntakeSubsystem.java#L179 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/13f19b15264669926cedef3caa1772d36223f4c2/src/main/java/org/ironriders/intake/IntakeCommands.java#L47 <hr> ⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. https://github.com/IronRiders/ReefScape-PostSeason/blob/13f19b15264669926cedef3caa1772d36223f4c2/src/main/java/org/ironriders/intake/IntakeConstants.java#L78 </details>
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:34:05 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. <!-- __reviewdog__:ChBlYTlkYzI0NzdkYmE3MGFiEgpjaGVja3N0eWxl -->
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:34:05 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. <!-- __reviewdog__:ChA4YmEzODk5NTM5MTdjMTFmEgpjaGVja3N0eWxl -->
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:34:06 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. <!-- __reviewdog__:ChBiY2FmNzZiZDE0NGFiYWEzEgpjaGVja3N0eWxl -->
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:34:06 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck> reported by reviewdog 🐶
Member name 'eLevel' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Member name 'eLevel' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. <!-- __reviewdog__:ChA4MGQ2ZThlZGM1NWI4NWE5EgpjaGVja3N0eWxl -->
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:34:06 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck> reported by reviewdog 🐶
Member name 'wRot' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Member name 'wRot' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. <!-- __reviewdog__:ChBiOTU4NDdmNGJlMmFlMzVmEgpjaGVja3N0eWxl -->
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:34:06 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck> reported by reviewdog 🐶
Parameter name 'eLevel' must match pattern '^a-z?$'.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Parameter name 'eLevel' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. <!-- __reviewdog__:ChA3NTQ5NTRiYTZhNWQ3MTNjEgpjaGVja3N0eWxl -->
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:34:06 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck> reported by reviewdog 🐶
Parameter name 'wRot' must match pattern '^a-z?$'.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Parameter name 'wRot' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. <!-- __reviewdog__:ChA1NjE2OGQxNDg3ZDMwYmYzEgpjaGVja3N0eWxl -->
@ -0,0 +65,4 @@
}
/** Enum that holds the combined states for both the wrist and elevator positions. */
public enum ElevatorWristState {
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:34:06 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. <!-- __reviewdog__:ChBhMTJjYjY1MDUwZjg1NWI3EgpjaGVja3N0eWxl -->
@ -0,0 +99,4 @@
}
/** This command sets both a elevator position and a wrist position. */
public Command setElevatorWrist(ElevatorWristState state) {
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:34:06 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. <!-- __reviewdog__:ChA3OGIyZDZlMmY5YWVkMDFhEgpjaGVja3N0eWxl -->
@ -0,0 +112,4 @@
* moving the elevator all the way down, rehoming it for good measure, and then resetting it's
* PID.
*/
public Command reset() {
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:34:06 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. <!-- __reviewdog__:Cg41YjQ3Y2NlNDAyMzFlNhIKY2hlY2tzdHlsZQ== -->
@ -36,4 +30,4 @@
private final GenericHID controller;
/**
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:34:06 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck> reported by reviewdog 🐶
Unused @param tag for 'elevatorCommands'.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Unused @param tag for 'elevatorCommands'. <!-- __reviewdog__:ChA5ODllZDdjMjI5NTY5YzE0EgpjaGVja3N0eWxl -->
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:34:06 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck> reported by reviewdog 🐶
Unused @param tag for 'coralWristCommands'.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Unused @param tag for 'coralWristCommands'. <!-- __reviewdog__:ChBmYmVhODFkZDZhOTAxZjcyEgpjaGVja3N0eWxl -->
@ -188,21 +200,20 @@ public class RobotCommands {
/**
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:34:07 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. <!-- __reviewdog__:ChAxNmY1ZjkxYTVkYTA4OWE1EgpjaGVja3N0eWxl -->
@ -200,0 +207,4 @@
* edu.wpi.first.wpilibj.GenericHID.RumbleType#kBothRumble kBothRumble}. This makes all motors on
* a controller rumble.
*
* @return A command that does what is described above for 0.3 seconds, then returns rumble to 0.
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:34:07 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. <!-- __reviewdog__:ChA3Mjk5YTg1NzViYTAxODFlEgpjaGVja3N0eWxl -->
@ -18,294 +26,287 @@ import org.ironriders.lib.RobotUtils;
import org.ironriders.targeting.TargetingCommands;
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:34:07 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. <!-- __reviewdog__:ChAyZmZiMDk4YTYyNGI3NGYxEgpjaGVja3N0eWxl -->
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:34:07 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. <!-- __reviewdog__:ChBmY2Q5YTViMmEyMGVjMGRkEgpjaGVja3N0eWxl -->
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:34:07 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. <!-- __reviewdog__:ChA0YjZiMjEzODkyNGY4NmZkEgpjaGVja3N0eWxl -->
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:34:07 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. <!-- __reviewdog__:ChBjZjI0YzA3OTNmYWQyNjQ0EgpjaGVja3N0eWxl -->
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:34:07 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. <!-- __reviewdog__:ChBjODBlYzM0MTE0MjM4MmU0EgpjaGVja3N0eWxl -->
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:34:07 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. <!-- __reviewdog__:ChAyNDFhNmY0YTY2MDIzY2RjEgpjaGVja3N0eWxl -->
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:34:07 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. <!-- __reviewdog__:ChA4ZTk0NmQ0MzI1YjI0ZWZmEgpjaGVja3N0eWxl -->
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:34:07 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. <!-- __reviewdog__:ChAyMzEzMDcyYTM1MzgwNDUzEgpjaGVja3N0eWxl -->
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:34:07 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> reported by reviewdog 🐶
'TODO:' must be written in all caps and followed by a colon.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>'TODO:' must be written in all caps and followed by a colon. <!-- __reviewdog__:ChA1ZmI2MjdkZmNmYzE2ODcyEgpjaGVja3N0eWxl -->
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:34:07 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck> reported by reviewdog 🐶
Summary javadoc is missing.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Summary javadoc is missing. <!-- __reviewdog__:ChBkNTg4ODBlMWM3NDcwNWE4EgpjaGVja3N0eWxl -->
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:34:08 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck> reported by reviewdog 🐶
Abbreviation in name 'shouldPIDControl' must contain no more than '1' consecutive capital letters.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Abbreviation in name 'shouldPIDControl' must contain no more than '1' consecutive capital letters. <!-- __reviewdog__:ChBjNTYyZGMxYjYwODg5OWUzEgpjaGVja3N0eWxl -->
@ -1,131 +1,132 @@
package org.ironriders.wrist;
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:34:05 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. <!-- __reviewdog__:ChBmZTg0N2FkZmM3NTA5ZWM4EgpjaGVja3N0eWxl -->
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:34:05 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. <!-- __reviewdog__:ChBkZDZiM2I3ZWUwNWU5N2U1EgpjaGVja3N0eWxl -->
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:34:05 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. <!-- __reviewdog__:ChA2OGVjNjMwOTY2ZTA0MmVmEgpjaGVja3N0eWxl -->
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:34:05 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. <!-- __reviewdog__:ChBlNmE2ZGMwNjkwNjZkNWMxEgpjaGVja3N0eWxl -->
Saturncorgi commented 2025-09-27 23:37:21 +00:00 (Migrated from github.com)

OK all the complaints are legitimate now. I have spent like 4 hours on this today though so adding documentation is someone else's problem. If you want to format with what this guys expecting use this

OK all the complaints are legitimate now. I have spent like 4 hours on this today though so adding documentation is someone else's problem. If you want to format with what this guys expecting use [this](https://marketplace.visualstudio.com/items?itemName=JoseVSeb.google-java-format-for-vs-code)
github-actions[bot] (Migrated from github.com) reviewed 2025-09-27 23:39:58 +00:00
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:39:58 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. <!-- __reviewdog__:ChBjNTBjYzI5NGYyMTc5NTBkEgpjaGVja3N0eWxl -->
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:39:58 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. <!-- __reviewdog__:ChBhMTYzNGYwYmY4ZmM1YmJiEgpjaGVja3N0eWxl -->
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:39:57 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck> reported by reviewdog 🐶
Abbreviation in name 'PIDControlOveride' must contain no more than '1' consecutive capital letters.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Abbreviation in name 'PIDControlOveride' must contain no more than '1' consecutive capital letters. <!-- __reviewdog__:ChA5NDExODI2MTEwNmU4NGYxEgpjaGVja3N0eWxl -->
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:39:57 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck> reported by reviewdog 🐶
Member name 'PIDControlOveride' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Member name 'PIDControlOveride' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. <!-- __reviewdog__:ChA0ODRkMTZkYjY1ZGI3NGI2EgpjaGVja3N0eWxl -->
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:39:58 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. <!-- __reviewdog__:ChA3ZjcwOWRkOGFlMDgxYzQ1EgpjaGVja3N0eWxl -->
@ -111,0 +201,4 @@
return controlSpeedMultipler;
}
return 1;
}
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:39:57 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. <!-- __reviewdog__:ChBiMDQ0ZGM1ODI1YmZiODMyEgpjaGVja3N0eWxl -->
@ -111,0 +212,4 @@
notifyWarning(new Notification("Offset not set!", "Bad things will happen!"));
}
double offsetRotation = getRotation() - positionOffset;
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:39:58 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. <!-- __reviewdog__:ChBmYjdlMzBjOWJmNTQ5YzVlEgpjaGVja3N0eWxl -->
@ -111,0 +231,4 @@
/**
* Is there a coral piece triggering the sensor?. (You have to have a period)
*
* @return well is there?
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:39:58 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. <!-- __reviewdog__:ChAzYWI4NjJlZGVlMTc4NTZjEgpjaGVja3N0eWxl -->
@ -111,4 +236,4 @@
public boolean beamBreakTriggered() {
return !beamBreak.get();
}
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:39:58 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. <!-- __reviewdog__:ChBmYjQxOGU4ZmM0NTdjOWE0EgpjaGVja3N0eWxl -->
github-actions[bot] (Migrated from github.com) commented 2025-09-27 23:39:58 +00:00

⚠️ [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

⚠️ **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Missing a Javadoc comment. <!-- __reviewdog__:ChA3YjQ1MzkyODFlOGNmZDUxEgpjaGVja3N0eWxl -->
Amber-leaf commented 2025-09-27 23:40:43 +00:00 (Migrated from github.com)

yay

yay
Saturncorgi commented 2025-09-27 23:49:21 +00:00 (Migrated from github.com)

For my sanity I'm going to assume it will work once it actually has something new to report. Also it turns out it won't just repeat the same complaints so i didn't have to spent 5 minutes closing them all each test. yay

For my sanity I'm going to assume it will work once it actually has something new to report. Also it turns out it won't just repeat the same complaints so i didn't have to spent 5 minutes closing them all each test. yay
Saturncorgi commented 2025-09-28 00:01:40 +00:00 (Migrated from github.com)

There we go now it can fail

There we go now it can fail
Amber-leaf commented 2025-09-28 00:03:38 +00:00 (Migrated from github.com)

ill go fix them

ill go fix them
Saturncorgi commented 2025-09-28 00:17:18 +00:00 (Migrated from github.com)

@ChloroticLeaf I think because I changed the runner type it might not clean up after those properly. Just FYI

@ChloroticLeaf I think because I changed the runner type it _might_ not clean up after those properly. Just FYI
Saturncorgi commented 2025-09-28 00:17:55 +00:00 (Migrated from github.com)

They get reported through a different system that makes them a bit more visable

They get reported through a different system that makes them a bit more visable
Saturncorgi commented 2025-09-28 00:35:53 +00:00 (Migrated from github.com)

They have to start with /**

They have to start with /**
Saturncorgi commented 2025-09-28 00:36:06 +00:00 (Migrated from github.com)

or it's not javadoc I guess

or it's not javadoc I guess
Saturncorgi commented 2025-09-28 00:36:32 +00:00 (Migrated from github.com)

The rest is still one star, it's just the start

The rest is still one star, it's just the start
Saturncorgi commented 2025-09-28 03:45:12 +00:00 (Migrated from github.com)

FINALLY!

FINALLY!
Saturncorgi commented 2025-09-28 05:04:51 +00:00 (Migrated from github.com)

Draft until tested on robot

Draft until tested on robot
Saturncorgi commented 2025-09-28 18:36:02 +00:00 (Migrated from github.com)

I'm pretty sure the linter only checks changed lines which makes sense I guess

I'm pretty sure the linter only checks changed lines which makes sense I guess
Saturncorgi commented 2025-09-28 18:36:30 +00:00 (Migrated from github.com)

Theres still about 30 warnings in total

Theres still about 30 warnings in total
Amber-leaf commented 2025-09-28 20:23:56 +00:00 (Migrated from github.com)

we should make a new daily branch. Im on my school computer so i cant and i cant check if there already is one
On Sunday, September 28th, 2025 at 11:36 AM, Saturncorgi @.***> wrote:

Saturncorgi left a comment (IronRiders/ReefScape-PostSeason#9)

Theres still about 30 warnings in total


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: @.***>

we should make a new daily branch. Im on my school computer so i cant and i cant check if there already is one On Sunday, September 28th, 2025 at 11:36 AM, Saturncorgi ***@***.***> wrote: > Saturncorgi left a comment [(IronRiders/ReefScape-PostSeason#9)](https://github.com/IronRiders/ReefScape-PostSeason/pull/9#issuecomment-3344085035) > > Theres still about 30 warnings in total > > — > Reply to this email directly, [view it on GitHub](https://github.com/IronRiders/ReefScape-PostSeason/pull/9#issuecomment-3344085035), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AZ2JPAPNIUZOOJINKILCXKD3VATELAVCNFSM6AAAAACHRU6RB2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTGNBUGA4DKMBTGU). > You are receiving this because you were mentioned.Message ID: ***@***.***>
Saturncorgi commented 2025-09-28 22:00:36 +00:00 (Migrated from github.com)

I’m unsure if it’s more confusing to have multiple in use at once. There definitely it’s not one already, so it’s up to you. I also can’t access GitHub

On Sun, Sep 28, 2025 at 1:24 PM, isabelle @.***(mailto:On Sun, Sep 28, 2025 at 1:24 PM, isabelle < wrote:

ChloroticLeaf left a comment (IronRiders/ReefScape-PostSeason#9)
we should make a new daily branch. Im on my school computer so i cant and i cant check if there already is one
On Sunday, September 28th, 2025 at 11:36 AM, Saturncorgi @.***> wrote:

Saturncorgi left a comment (IronRiders/ReefScape-PostSeason#9)

Theres still about 30 warnings in total


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: @.***>


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: @.***>

I’m unsure if it’s more confusing to have multiple in use at once. There definitely it’s not one already, so it’s up to you. I also can’t access GitHub On Sun, Sep 28, 2025 at 1:24 PM, isabelle ***@***.***(mailto:On Sun, Sep 28, 2025 at 1:24 PM, isabelle <<a href=)> wrote: > ChloroticLeaf left a comment [(IronRiders/ReefScape-PostSeason#9)](https://github.com/IronRiders/ReefScape-PostSeason/pull/9#issuecomment-3344223449) > we should make a new daily branch. Im on my school computer so i cant and i cant check if there already is one > On Sunday, September 28th, 2025 at 11:36 AM, Saturncorgi ***@***.***> wrote: > >> Saturncorgi left a comment [(IronRiders/ReefScape-PostSeason#9)](https://github.com/IronRiders/ReefScape-PostSeason/pull/9#issuecomment-3344085035) >> >> Theres still about 30 warnings in total >> >> — >> Reply to this email directly, [view it on GitHub](https://github.com/IronRiders/ReefScape-PostSeason/pull/9#issuecomment-3344085035), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AZ2JPAPNIUZOOJINKILCXKD3VATELAVCNFSM6AAAAACHRU6RB2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTGNBUGA4DKMBTGU). >> You are receiving this because you were mentioned.Message ID: ***@***.***> > > — > Reply to this email directly, [view it on GitHub](https://github.com/IronRiders/ReefScape-PostSeason/pull/9#issuecomment-3344223449), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AY35ZNRECIGLZ76XFCJ2LSL3VA7XFAVCNFSM6AAAAACHRU6RB2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTGNBUGIZDGNBUHE). > You are receiving this because you authored the thread.Message ID: ***@***.***>
Saturncorgi commented 2025-10-02 03:31:19 +00:00 (Migrated from github.com)

Not actually ready for review yet I just want to make sure merging this doesn't mess up the "Commit 700!" commit

Not actually ready for review yet I just want to make sure merging this doesn't mess up the "Commit 700!" commit
Amber-leaf commented 2025-10-03 00:45:00 +00:00 (Migrated from github.com)

this is probably broken

this is probably broken
Amber-leaf (Migrated from github.com) reviewed 2025-10-03 00:45:17 +00:00
Amber-leaf (Migrated from github.com) left a comment
No description provided.
not tested
Saturncorgi commented 2025-10-03 00:46:04 +00:00 (Migrated from github.com)

not tested

yeah I just felt you should be on this

> not tested yeah I just felt you should be on this
Saturncorgi commented 2025-10-03 00:46:20 +00:00 (Migrated from github.com)

I know it shouldn't be merged

I know it shouldn't be merged
Saturncorgi commented 2025-10-15 18:55:51 +00:00 (Migrated from github.com)

Superseded by #27

Superseded by #27
Commenting is not possible because the repository is archived.
No reviewers
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ironriders/ReefScape-PostSeason!9
No description provided.