trying older verison #28
gen_io_types.yml
on: push
gen_io_types
10s
Linting
13s
Spell Check
13s
Find merge conflicts
5s
Annotations
2 errors and 14 warnings
gen_io_types
An error occurred trying to start process '/usr/bin/bash' with working directory '/home/runner/work/RobotTools/RobotTools/gen_io_types'. No such file or directory
|
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.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|
Find merge conflicts
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/
|
gen_io_types
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/
|
Linting
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/
|
Linting:
src/main/java/org/frc5572/robotools/RobotProcessor.java#L69
[testtool] reported by reviewdog 🐶
Line is longer than 100 characters (found 101).
Raw Output:
/github/workspace/./src/main/java/org/frc5572/robotools/RobotProcessor.java:69:0: warning: Line is longer than 100 characters (found 101). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
Linting:
src/main/java/org/frc5572/robotools/RobotProcessor.java#L72
[testtool] reported by reviewdog 🐶
Line is longer than 100 characters (found 102).
Raw Output:
/github/workspace/./src/main/java/org/frc5572/robotools/RobotProcessor.java:72:0: warning: Line is longer than 100 characters (found 102). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
Linting:
src/main/java/org/frc5572/robotools/RobotProcessor.java#L73
[testtool] reported by reviewdog 🐶
'for' is not followed by whitespace.
Raw Output:
/github/workspace/./src/main/java/org/frc5572/robotools/RobotProcessor.java:73:29: warning: 'for' is not followed by whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck)
|
Linting:
src/main/java/org/frc5572/robotools/RobotProcessor.java#L73
[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:73: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)
|
Linting:
src/main/java/org/frc5572/robotools/RobotProcessor.java#L79
[testtool] reported by reviewdog 🐶
Line is longer than 100 characters (found 139).
Raw Output:
/github/workspace/./src/main/java/org/frc5572/robotools/RobotProcessor.java:79:0: warning: Line is longer than 100 characters (found 139). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
Linting:
src/main/java/org/frc5572/robotools/RobotProcessor.java#L81
[testtool] reported by reviewdog 🐶
Line is longer than 100 characters (found 110).
Raw Output:
/github/workspace/./src/main/java/org/frc5572/robotools/RobotProcessor.java:81:0: warning: Line is longer than 100 characters (found 110). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
Linting:
src/main/java/org/frc5572/robotools/RobotProcessor.java#L82
[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:82: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)
|
Linting:
src/main/java/org/frc5572/robotools/RobotProcessor.java#L85
[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:85: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)
|
Linting:
src/main/java/org/frc5572/robotools/RobotProcessor.java#L108
[testtool] reported by reviewdog 🐶
'if' is not followed by whitespace.
Raw Output:
/github/workspace/./src/main/java/org/frc5572/robotools/RobotProcessor.java:108:9: warning: 'if' is not followed by whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck)
|
Linting:
src/main/java/org/frc5572/robotools/RobotProcessor.java#L108
[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:108: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)
|
Spell Check
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/
|