now that things are working, clean up printing #24
Annotations
1 error and 11 warnings
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.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/main/java/org/frc5572/robotools/RobotProcessor.java#L66
[testtool] reported by reviewdog 🐶
Line is longer than 100 characters (found 101).
Raw Output:
/github/workspace/./src/main/java/org/frc5572/robotools/RobotProcessor.java:66:0: warning: Line is longer than 100 characters (found 101). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
src/main/java/org/frc5572/robotools/RobotProcessor.java#L69
[testtool] reported by reviewdog 🐶
Line is longer than 100 characters (found 102).
Raw Output:
/github/workspace/./src/main/java/org/frc5572/robotools/RobotProcessor.java:69:0: warning: Line is longer than 100 characters (found 102). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
src/main/java/org/frc5572/robotools/RobotProcessor.java#L70
[testtool] reported by reviewdog 🐶
'for' is not followed by whitespace.
Raw Output:
/github/workspace/./src/main/java/org/frc5572/robotools/RobotProcessor.java:70:29: warning: 'for' is not followed by whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck)
|
src/main/java/org/frc5572/robotools/RobotProcessor.java#L70
[testtool] reported by reviewdog 🐶
WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
Raw Output:
/github/workspace/./src/main/java/org/frc5572/robotools/RobotProcessor.java:70:29: warning: WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
|
src/main/java/org/frc5572/robotools/RobotProcessor.java#L76
[testtool] reported by reviewdog 🐶
Line is longer than 100 characters (found 110).
Raw Output:
/github/workspace/./src/main/java/org/frc5572/robotools/RobotProcessor.java:76:0: warning: Line is longer than 100 characters (found 110). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
src/main/java/org/frc5572/robotools/RobotProcessor.java#L77
[testtool] reported by reviewdog 🐶
WhitespaceAround: 'try' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
Raw Output:
/github/workspace/./src/main/java/org/frc5572/robotools/RobotProcessor.java:77:33: warning: WhitespaceAround: 'try' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
|
src/main/java/org/frc5572/robotools/RobotProcessor.java#L80
[testtool] reported by reviewdog 🐶
WhitespaceAround: 'catch' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
Raw Output:
/github/workspace/./src/main/java/org/frc5572/robotools/RobotProcessor.java:80:31: warning: WhitespaceAround: 'catch' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
|
src/main/java/org/frc5572/robotools/RobotProcessor.java#L103
[testtool] reported by reviewdog 🐶
'if' is not followed by whitespace.
Raw Output:
/github/workspace/./src/main/java/org/frc5572/robotools/RobotProcessor.java:103:9: warning: 'if' is not followed by whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck)
|
src/main/java/org/frc5572/robotools/RobotProcessor.java#L103
[testtool] reported by reviewdog 🐶
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
Raw Output:
/github/workspace/./src/main/java/org/frc5572/robotools/RobotProcessor.java:103:9: warning: WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
|
src/main/java/org/frc5572/robotools/RobotProcessor.java#L115
[testtool] reported by reviewdog 🐶
WhitespaceAround: 'try' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
Raw Output:
/github/workspace/./src/main/java/org/frc5572/robotools/RobotProcessor.java:115:9: warning: WhitespaceAround: 'try' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
|
This job failed
Loading