Working Pumba #695
main.yml
on: push
Linting
15s
Spell Check
7s
Find merge conflicts
3s
Test Javadocs Generation
1m 0s
Build
1m 12s
Annotations
1 error and 13 warnings
Linting
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
|
Find merge conflicts
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Spell Check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Linting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Linting:
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)
|
Linting:
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)
|
Linting:
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)
|
Linting:
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)
|
Linting:
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)
|
Linting:
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)
|
Linting:
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)
|
Linting:
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)
|
Linting:
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)
|
Linting:
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)
|