Working Pumba #695
Annotations
1 error and 11 warnings
Run check style
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run check style:
src/main/java/frc/robot/Constants.java#L488
[checkstyle] reported by reviewdog 🐶
';' is not followed by whitespace.
Raw Output:
/github/workspace/./src/main/java/frc/robot/Constants.java:488:50: warning: ';' is not followed by whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck)
|
Run check style:
src/main/java/frc/robot/subsystems/shooter/ShooterVortex.java#L28
[checkstyle] reported by reviewdog 🐶
Local variable name 'TopConfig' must match pattern '^[_a-z]([_a-zA-Z0-9]*)?$'.
Raw Output:
/github/workspace/./src/main/java/frc/robot/subsystems/shooter/ShooterVortex.java:28:25: warning: Local variable name 'TopConfig' must match pattern '^[_a-z]([_a-zA-Z0-9]*)?$'. (com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck)
|
Run check style:
src/main/java/frc/robot/subsystems/shooter/ShooterVortex.java#L29
[checkstyle] reported by reviewdog 🐶
Local variable name 'BottomConfig' must match pattern '^[_a-z]([_a-zA-Z0-9]*)?$'.
Raw Output:
/github/workspace/./src/main/java/frc/robot/subsystems/shooter/ShooterVortex.java:29:25: warning: Local variable name 'BottomConfig' must match pattern '^[_a-z]([_a-zA-Z0-9]*)?$'. (com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck)
|
Run check style:
src/main/java/frc/robot/subsystems/shooter/ShooterSim.java#L17
[checkstyle] reported by reviewdog 🐶
Line is longer than 100 characters (found 154).
Raw Output:
/github/workspace/./src/main/java/frc/robot/subsystems/shooter/ShooterSim.java:17:0: warning: Line is longer than 100 characters (found 154). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
Run check style:
src/main/java/frc/robot/subsystems/shooter/ShooterSim.java#L17
[checkstyle] reported by reviewdog 🐶
'new' has incorrect indentation level 4, expected level should be 8.
Raw Output:
/github/workspace/./src/main/java/frc/robot/subsystems/shooter/ShooterSim.java:17:5: warning: 'new' has incorrect indentation level 4, expected level should be 8. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
|
Run check style:
src/main/java/frc/robot/subsystems/shooter/ShooterSim.java#L18
[checkstyle] reported by reviewdog 🐶
Comment has incorrect indentation level 8, expected is 4, indentation should be the same level as line 19.
Raw Output:
/github/workspace/./src/main/java/frc/robot/subsystems/shooter/ShooterSim.java:18:9: warning: Comment has incorrect indentation level 8, expected is 4, indentation should be the same level as line 19. (com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck)
|
Run check style:
src/main/java/frc/robot/subsystems/shooter/ShooterSim.java#L20
[checkstyle] reported by reviewdog 🐶
Line is longer than 100 characters (found 154).
Raw Output:
/github/workspace/./src/main/java/frc/robot/subsystems/shooter/ShooterSim.java:20:0: warning: Line is longer than 100 characters (found 154). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
Run check style:
src/main/java/frc/robot/subsystems/shooter/ShooterSim.java#L20
[checkstyle] reported by reviewdog 🐶
'new' has incorrect indentation level 4, expected level should be 8.
Raw Output:
/github/workspace/./src/main/java/frc/robot/subsystems/shooter/ShooterSim.java:20:5: warning: 'new' has incorrect indentation level 4, expected level should be 8. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
|
Run check style:
src/main/java/frc/robot/subsystems/shooter/ShooterSim.java#L22
[checkstyle] reported by reviewdog 🐶
Comment has incorrect indentation level 7, expected is 4, indentation should be the same level as line 24.
Raw Output:
/github/workspace/./src/main/java/frc/robot/subsystems/shooter/ShooterSim.java:22:8: warning: Comment has incorrect indentation level 7, expected is 4, indentation should be the same level as line 24. (com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck)
|
Run check style:
src/main/java/frc/robot/subsystems/intake/IntakeIOFalcon.java#L23
[checkstyle] reported by reviewdog 🐶
Line is longer than 100 characters (found 103).
Raw Output:
/github/workspace/./src/main/java/frc/robot/subsystems/intake/IntakeIOFalcon.java:23:0: warning: Line is longer than 100 characters (found 103). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
Loading