Skip to content

tuples and consolidation of lines in checker #576

tuples and consolidation of lines in checker

tuples and consolidation of lines in checker #576

Triggered via push September 27, 2024 05:26
Status Failure
Total duration 1m 16s
Artifacts

main.yml

on: push
Linting
11s
Linting
Spell Check
11s
Spell Check
Find merge conflicts
3s
Find merge conflicts
Test Javadocs Generation
55s
Test Javadocs Generation
Build
1m 8s
Build
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 15 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
The following actions use a deprecated Node.js version 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 use a deprecated Node.js version 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/tools/java/frc/tools/VerifyProfiling.java#L20
[checkstyle] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/tools/java/frc/tools/VerifyProfiling.java:20:1: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)
Linting: src/tools/java/frc/tools/VerifyProfiling.java#L237
[checkstyle] reported by reviewdog 🐶 'if' is not followed by whitespace. Raw Output: /github/workspace/./src/tools/java/frc/tools/VerifyProfiling.java:237:25: warning: 'if' is not followed by whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck)
Linting: src/tools/java/frc/tools/VerifyProfiling.java#L237
[checkstyle] 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/tools/java/frc/tools/VerifyProfiling.java:237:25: 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)
Linting: src/tools/java/frc/tools/VerifyProfiling.java#L247
[checkstyle] reported by reviewdog 🐶 'if' is not followed by whitespace. Raw Output: /github/workspace/./src/tools/java/frc/tools/VerifyProfiling.java:247:25: warning: 'if' is not followed by whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck)
Linting: src/tools/java/frc/tools/VerifyProfiling.java#L247
[checkstyle] 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/tools/java/frc/tools/VerifyProfiling.java:247:25: 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)
Linting: src/main/java/frc/robot/RobotContainer.java#L144
[checkstyle] reported by reviewdog 🐶 Comment has incorrect indentation level 12, expected is 20, indentation should be the same level as line 140. Raw Output: /github/workspace/./src/main/java/frc/robot/RobotContainer.java:144:13: warning: Comment has incorrect indentation level 12, expected is 20, indentation should be the same level as line 140. (com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck)
Linting: src/main/java/frc/lib/types/Tuples.java#L146
[checkstyle] reported by reviewdog 🐶 Line is longer than 100 characters (found 116). Raw Output: /github/workspace/./src/main/java/frc/lib/types/Tuples.java:146:0: warning: Line is longer than 100 characters (found 116). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
Linting: src/main/java/frc/lib/types/Tuples.java#L200
[checkstyle] reported by reviewdog 🐶 Line is longer than 100 characters (found 133). Raw Output: /github/workspace/./src/main/java/frc/lib/types/Tuples.java:200:0: warning: Line is longer than 100 characters (found 133). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
Linting: src/main/java/frc/lib/types/Tuples.java#L261
[checkstyle] reported by reviewdog 🐶 Line is longer than 100 characters (found 150). Raw Output: /github/workspace/./src/main/java/frc/lib/types/Tuples.java:261:0: warning: Line is longer than 100 characters (found 150). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
Linting: src/main/java/frc/lib/types/Tuples.java#L329
[checkstyle] reported by reviewdog 🐶 Line is longer than 100 characters (found 167). Raw Output: /github/workspace/./src/main/java/frc/lib/types/Tuples.java:329:0: warning: Line is longer than 100 characters (found 167). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
Spell Check
The following actions use a deprecated Node.js version 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/
Test Javadocs Generation
The following actions use a deprecated Node.js version 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/
Build
The following actions use a deprecated Node.js version 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/