Skip to content

Backend: Re-Enable Style Checking Workflow #863

Backend: Re-Enable Style Checking Workflow

Backend: Re-Enable Style Checking Workflow #863

Triggered via pull request September 11, 2024 07:48
Status Failure
Total duration 2m 31s
Artifacts

check-style.yaml

on: pull_request
Check Style
29s
Check Style
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Check Style: annotation-processors/src/main/kotlin/at/hannibal2/skyhanni/skyhannimodule/ModuleProcessor.kt#L64
[ktlint] reported by reviewdog 🐶 Exceeded max line length (140) Raw Output: annotation-processors/src/main/kotlin/at/hannibal2/skyhanni/skyhannimodule/ModuleProcessor.kt:64:141: error: Exceeded max line length (140) (standard:max-line-length)
Check Style: annotation-processors/src/main/kotlin/at/hannibal2/skyhanni/skyhannimodule/ModuleProcessor.kt#L71
[ktlint] reported by reviewdog 🐶 Exceeded max line length (140) Raw Output: annotation-processors/src/main/kotlin/at/hannibal2/skyhanni/skyhannimodule/ModuleProcessor.kt:71:141: error: Exceeded max line length (140) (standard:max-line-length)
Check Style: annotation-processors/src/main/kotlin/at/hannibal2/skyhanni/skyhannimodule/ModuleProcessor.kt#L90
[ktlint] reported by reviewdog 🐶 Exceeded max line length (140) Raw Output: annotation-processors/src/main/kotlin/at/hannibal2/skyhanni/skyhannimodule/ModuleProcessor.kt:90:141: error: Exceeded max line length (140) (standard:max-line-length)
Check Style: build.gradle.kts#L35
[ktlint] reported by reviewdog 🐶 Newline expected after opening brace Raw Output: build.gradle.kts:35:33: error: Newline expected after opening brace (standard:function-literal)
Check Style: build.gradle.kts#L60
[ktlint] reported by reviewdog 🐶 Missing { ... } Raw Output: build.gradle.kts:60:9: error: Missing { ... } (standard:multiline-if-else)
Check Style: build.gradle.kts#L61
[ktlint] reported by reviewdog 🐶 Expected newline before '.' Raw Output: build.gradle.kts:61:62: error: Expected newline before '.' (standard:chain-method-continuation)
Check Style: build.gradle.kts#L88
[ktlint] reported by reviewdog 🐶 Missing { ... } Raw Output: build.gradle.kts:88:5: error: Missing { ... } (standard:multiline-if-else)
Check Style: build.gradle.kts#L111
[ktlint] reported by reviewdog 🐶 A multiline expression should start on a new line Raw Output: build.gradle.kts:111:27: error: A multiline expression should start on a new line (standard:multiline-expression-wrapping)
Check Style: build.gradle.kts#L111
[ktlint] reported by reviewdog 🐶 Missing newline after "(" Raw Output: build.gradle.kts:111:27: error: Missing newline after "(" (standard:wrapping)
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
Check Style
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/