Style correct #53
reviewdog [checkstyle] report
reported by reviewdog 🐶
Findings (36)
src/main/java/frc/robot/Subsystems/CoralShooterSubsystem.java|9 col 1| Extra separation in import group before 'edu.wpi.first.wpilibj.motorcontrol.VictorSP'
src/main/java/frc/robot/lib/DistanceSensorInterface.java|4 col 5| 'method def modifier' has incorrect indentation level 4, expected level should be 2.
src/main/java/frc/robot/lib/DistanceSensorInterface.java|6 col 5| 'method def modifier' has incorrect indentation level 4, expected level should be 2.
src/main/java/frc/robot/lib/DistanceSensorInterface.java|8 col 5| 'method def modifier' has incorrect indentation level 4, expected level should be 2.
src/main/java/frc/robot/lib/SimDistanceSensor.java|5 col 5| 'ctor def modifier' has incorrect indentation level 4, expected level should be 2.
src/main/java/frc/robot/lib/SimDistanceSensor.java|6 col 9| 'ctor def' child has incorrect indentation level 8, expected level should be 4.
src/main/java/frc/robot/lib/SimDistanceSensor.java|7 col 5| 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2.
src/main/java/frc/robot/lib/SimDistanceSensor.java|14 col 5| 'method def modifier' has incorrect indentation level 4, expected level should be 2.
src/main/java/frc/robot/lib/SimDistanceSensor.java|16 col 9| 'method def' child has incorrect indentation level 8, expected level should be 4.
src/main/java/frc/robot/lib/SimDistanceSensor.java|17 col 5| 'method def rcurly' has incorrect indentation level 4, expected level should be 2.
src/main/java/frc/robot/lib/SimDistanceSensor.java|19 col 5| 'method def modifier' has incorrect indentation level 4, expected level should be 2.
src/main/java/frc/robot/lib/SimDistanceSensor.java|21 col 9| 'method def' child has incorrect indentation level 8, expected level should be 4.
src/main/java/frc/robot/lib/SimDistanceSensor.java|22 col 5| 'method def rcurly' has incorrect indentation level 4, expected level should be 2.
src/main/java/frc/robot/lib/DistanceSensor.java|18 col 9| 'method def' child has incorrect indentation level 8, expected level should be 4.
src/main/java/frc/robot/lib/DistanceSensor.java|19 col 5| 'method def rcurly' has incorrect indentation level 4, expected level should be 2.
src/main/java/frc/robot/Constants.java|5 col 5| 'class def modifier' has incorrect indentation level 4, expected level should be 2.
src/main/java/frc/robot/Constants.java|5 col 18| 'static' modifier out of order with the JLS suggestions.
src/main/java/frc/robot/Constants.java|6 col 9| 'member def modifier' has incorrect indentation level 8, expected level should be 4.
src/main/java/frc/robot/Constants.java|7 col 9| 'member def modifier' has incorrect indentation level 8, expected level should be 4.
src/main/java/frc/robot/Constants.java|8 col 5| 'class def rcurly' has incorrect indentation level 4, expected level should be 2.
src/main/java/frc/robot/Constants.java|10 col 5| 'class def modifier' has incorrect indentation level 4, expected level should be 2.
src/main/java/frc/robot/Constants.java|10 col 18| 'static' modifier out of order with the JLS suggestions.
src/main/java/frc/robot/Constants.java|11 col 9| 'member def modifier' has incorrect indentation level 8, expected level should be 4.
src/main/java/frc/robot/Constants.java|12 col 9| 'member def modifier' has incorrect indentation level 8, expected level should be 4.
src/main/java/frc/robot/Constants.java|13 col 9| 'member def modifier' has incorrect indentation level 8, expected level should be 4.
src/main/java/frc/robot/Constants.java|14 col 9| 'member def modifier' has incorrect indentation level 8, expected level should be 4.
src/main/java/frc/robot/Constants.java|15 col 5| 'class def rcurly' has incorrect indentation level 4, expected level should be 2.
src/main/java/frc/robot/Constants.java|17 col 5| 'class def modifier' has incorrect indentation level 4, expected level should be 2.
src/main/java/frc/robot/Constants.java|17 col 18| 'static' modifier out of order with the JLS suggestions.
src/main/java/frc/robot/Constants.java|18 col 9| 'member def modifier' has incorrect indentation level 8, expected level should be 4.
src/main/java/frc/robot/Constants.java|19 col 9| 'member def modifier' has incorrect indentation level 8, expected level should be 4.
src/main/java/frc/robot/Constants.java|20 col 9| 'member def modifier' has incorrect indentation level 8, expected level should be 4.
src/main/java/frc/robot/Constants.java|21 col 9| 'member def modifier' has incorrect indentation level 8, expected level should be 4.
src/main/java/frc/robot/Constants.java|22 col 9| 'member def modifier' has incorrect indentation level 8, expected level should be 4.
src/main/java/frc/robot/Constants.java|23 col 9| 'member def modifier' has incorrect indentation level 8, expected level should be 4.
src/main/java/frc/robot/Constants.java|24 col 5| 'class def rcurly' has incorrect indentation level 4, expected level should be 2.
Filtered Findings (0)
Annotations
Check warning on line 9 in src/main/java/frc/robot/Subsystems/CoralShooterSubsystem.java
github-actions / checkstyle
[checkstyle] src/main/java/frc/robot/Subsystems/CoralShooterSubsystem.java#L9 <com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck>
Extra separation in import group before 'edu.wpi.first.wpilibj.motorcontrol.VictorSP'
Raw output
/github/workspace/./src/main/java/frc/robot/Subsystems/CoralShooterSubsystem.java:9:1: warning: Extra separation in import group before 'edu.wpi.first.wpilibj.motorcontrol.VictorSP' (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)
Check warning on line 4 in src/main/java/frc/robot/lib/DistanceSensorInterface.java
github-actions / checkstyle
[checkstyle] src/main/java/frc/robot/lib/DistanceSensorInterface.java#L4 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>
'method def modifier' has incorrect indentation level 4, expected level should be 2.
Raw output
/github/workspace/./src/main/java/frc/robot/lib/DistanceSensorInterface.java:4:5: warning: 'method def modifier' has incorrect indentation level 4, expected level should be 2. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
Check warning on line 6 in src/main/java/frc/robot/lib/DistanceSensorInterface.java
github-actions / checkstyle
[checkstyle] src/main/java/frc/robot/lib/DistanceSensorInterface.java#L6 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>
'method def modifier' has incorrect indentation level 4, expected level should be 2.
Raw output
/github/workspace/./src/main/java/frc/robot/lib/DistanceSensorInterface.java:6:5: warning: 'method def modifier' has incorrect indentation level 4, expected level should be 2. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
Check warning on line 8 in src/main/java/frc/robot/lib/DistanceSensorInterface.java
github-actions / checkstyle
[checkstyle] src/main/java/frc/robot/lib/DistanceSensorInterface.java#L8 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>
'method def modifier' has incorrect indentation level 4, expected level should be 2.
Raw output
/github/workspace/./src/main/java/frc/robot/lib/DistanceSensorInterface.java:8:5: warning: 'method def modifier' has incorrect indentation level 4, expected level should be 2. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
Check warning on line 5 in src/main/java/frc/robot/lib/SimDistanceSensor.java
github-actions / checkstyle
[checkstyle] src/main/java/frc/robot/lib/SimDistanceSensor.java#L5 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>
'ctor def modifier' has incorrect indentation level 4, expected level should be 2.
Raw output
/github/workspace/./src/main/java/frc/robot/lib/SimDistanceSensor.java:5:5: warning: 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
Check warning on line 6 in src/main/java/frc/robot/lib/SimDistanceSensor.java
github-actions / checkstyle
[checkstyle] src/main/java/frc/robot/lib/SimDistanceSensor.java#L6 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>
'ctor def' child has incorrect indentation level 8, expected level should be 4.
Raw output
/github/workspace/./src/main/java/frc/robot/lib/SimDistanceSensor.java:6:9: warning: 'ctor def' child has incorrect indentation level 8, expected level should be 4. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
Check warning on line 7 in src/main/java/frc/robot/lib/SimDistanceSensor.java
github-actions / checkstyle
[checkstyle] src/main/java/frc/robot/lib/SimDistanceSensor.java#L7 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>
'ctor def rcurly' has incorrect indentation level 4, expected level should be 2.
Raw output
/github/workspace/./src/main/java/frc/robot/lib/SimDistanceSensor.java:7:5: warning: 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
Check warning on line 14 in src/main/java/frc/robot/lib/SimDistanceSensor.java
github-actions / checkstyle
[checkstyle] src/main/java/frc/robot/lib/SimDistanceSensor.java#L14 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>
'method def modifier' has incorrect indentation level 4, expected level should be 2.
Raw output
/github/workspace/./src/main/java/frc/robot/lib/SimDistanceSensor.java:14:5: warning: 'method def modifier' has incorrect indentation level 4, expected level should be 2. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
Check warning on line 16 in src/main/java/frc/robot/lib/SimDistanceSensor.java
github-actions / checkstyle
[checkstyle] src/main/java/frc/robot/lib/SimDistanceSensor.java#L16 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>
'method def' child has incorrect indentation level 8, expected level should be 4.
Raw output
/github/workspace/./src/main/java/frc/robot/lib/SimDistanceSensor.java:16:9: warning: 'method def' child has incorrect indentation level 8, expected level should be 4. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
Check warning on line 17 in src/main/java/frc/robot/lib/SimDistanceSensor.java
github-actions / checkstyle
[checkstyle] src/main/java/frc/robot/lib/SimDistanceSensor.java#L17 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
Raw output
/github/workspace/./src/main/java/frc/robot/lib/SimDistanceSensor.java:17:5: warning: 'method def rcurly' has incorrect indentation level 4, expected level should be 2. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
Check warning on line 19 in src/main/java/frc/robot/lib/SimDistanceSensor.java
github-actions / checkstyle
[checkstyle] src/main/java/frc/robot/lib/SimDistanceSensor.java#L19 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>
'method def modifier' has incorrect indentation level 4, expected level should be 2.
Raw output
/github/workspace/./src/main/java/frc/robot/lib/SimDistanceSensor.java:19:5: warning: 'method def modifier' has incorrect indentation level 4, expected level should be 2. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
Check warning on line 21 in src/main/java/frc/robot/lib/SimDistanceSensor.java
github-actions / checkstyle
[checkstyle] src/main/java/frc/robot/lib/SimDistanceSensor.java#L21 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>
'method def' child has incorrect indentation level 8, expected level should be 4.
Raw output
/github/workspace/./src/main/java/frc/robot/lib/SimDistanceSensor.java:21:9: warning: 'method def' child has incorrect indentation level 8, expected level should be 4. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
Check warning on line 22 in src/main/java/frc/robot/lib/SimDistanceSensor.java
github-actions / checkstyle
[checkstyle] src/main/java/frc/robot/lib/SimDistanceSensor.java#L22 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
Raw output
/github/workspace/./src/main/java/frc/robot/lib/SimDistanceSensor.java:22:5: warning: 'method def rcurly' has incorrect indentation level 4, expected level should be 2. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
Check warning on line 18 in src/main/java/frc/robot/lib/DistanceSensor.java
github-actions / checkstyle
[checkstyle] src/main/java/frc/robot/lib/DistanceSensor.java#L18 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>
'method def' child has incorrect indentation level 8, expected level should be 4.
Raw output
/github/workspace/./src/main/java/frc/robot/lib/DistanceSensor.java:18:9: warning: 'method def' child has incorrect indentation level 8, expected level should be 4. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
Check warning on line 19 in src/main/java/frc/robot/lib/DistanceSensor.java
github-actions / checkstyle
[checkstyle] src/main/java/frc/robot/lib/DistanceSensor.java#L19 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
Raw output
/github/workspace/./src/main/java/frc/robot/lib/DistanceSensor.java:19:5: warning: 'method def rcurly' has incorrect indentation level 4, expected level should be 2. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
Check warning on line 5 in src/main/java/frc/robot/Constants.java
github-actions / checkstyle
[checkstyle] src/main/java/frc/robot/Constants.java#L5 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>
'class def modifier' has incorrect indentation level 4, expected level should be 2.
Raw output
/github/workspace/./src/main/java/frc/robot/Constants.java:5:5: warning: 'class def modifier' has incorrect indentation level 4, expected level should be 2. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
Check warning on line 5 in src/main/java/frc/robot/Constants.java
github-actions / checkstyle
[checkstyle] src/main/java/frc/robot/Constants.java#L5 <com.puppycrawl.tools.checkstyle.checks.modifier.ModifierOrderCheck>
'static' modifier out of order with the JLS suggestions.
Raw output
/github/workspace/./src/main/java/frc/robot/Constants.java:5:18: warning: 'static' modifier out of order with the JLS suggestions. (com.puppycrawl.tools.checkstyle.checks.modifier.ModifierOrderCheck)
Check warning on line 6 in src/main/java/frc/robot/Constants.java
github-actions / checkstyle
[checkstyle] src/main/java/frc/robot/Constants.java#L6 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>
'member def modifier' has incorrect indentation level 8, expected level should be 4.
Raw output
/github/workspace/./src/main/java/frc/robot/Constants.java:6:9: warning: 'member def modifier' has incorrect indentation level 8, expected level should be 4. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
Check warning on line 7 in src/main/java/frc/robot/Constants.java
github-actions / checkstyle
[checkstyle] src/main/java/frc/robot/Constants.java#L7 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>
'member def modifier' has incorrect indentation level 8, expected level should be 4.
Raw output
/github/workspace/./src/main/java/frc/robot/Constants.java:7:9: warning: 'member def modifier' has incorrect indentation level 8, expected level should be 4. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
Check warning on line 8 in src/main/java/frc/robot/Constants.java
github-actions / checkstyle
[checkstyle] src/main/java/frc/robot/Constants.java#L8 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>
'class def rcurly' has incorrect indentation level 4, expected level should be 2.
Raw output
/github/workspace/./src/main/java/frc/robot/Constants.java:8:5: warning: 'class def rcurly' has incorrect indentation level 4, expected level should be 2. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
Check warning on line 10 in src/main/java/frc/robot/Constants.java
github-actions / checkstyle
[checkstyle] src/main/java/frc/robot/Constants.java#L10 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>
'class def modifier' has incorrect indentation level 4, expected level should be 2.
Raw output
/github/workspace/./src/main/java/frc/robot/Constants.java:10:5: warning: 'class def modifier' has incorrect indentation level 4, expected level should be 2. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
Check warning on line 10 in src/main/java/frc/robot/Constants.java
github-actions / checkstyle
[checkstyle] src/main/java/frc/robot/Constants.java#L10 <com.puppycrawl.tools.checkstyle.checks.modifier.ModifierOrderCheck>
'static' modifier out of order with the JLS suggestions.
Raw output
/github/workspace/./src/main/java/frc/robot/Constants.java:10:18: warning: 'static' modifier out of order with the JLS suggestions. (com.puppycrawl.tools.checkstyle.checks.modifier.ModifierOrderCheck)
Check warning on line 11 in src/main/java/frc/robot/Constants.java
github-actions / checkstyle
[checkstyle] src/main/java/frc/robot/Constants.java#L11 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>
'member def modifier' has incorrect indentation level 8, expected level should be 4.
Raw output
/github/workspace/./src/main/java/frc/robot/Constants.java:11:9: warning: 'member def modifier' has incorrect indentation level 8, expected level should be 4. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
Check warning on line 12 in src/main/java/frc/robot/Constants.java
github-actions / checkstyle
[checkstyle] src/main/java/frc/robot/Constants.java#L12 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>
'member def modifier' has incorrect indentation level 8, expected level should be 4.
Raw output
/github/workspace/./src/main/java/frc/robot/Constants.java:12:9: warning: 'member def modifier' has incorrect indentation level 8, expected level should be 4. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
Check warning on line 13 in src/main/java/frc/robot/Constants.java
github-actions / checkstyle
[checkstyle] src/main/java/frc/robot/Constants.java#L13 <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck>
'member def modifier' has incorrect indentation level 8, expected level should be 4.
Raw output
/github/workspace/./src/main/java/frc/robot/Constants.java:13:9: warning: 'member def modifier' has incorrect indentation level 8, expected level should be 4. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)