Skip to content

Backend: Add Kotlin mixins #29

Backend: Add Kotlin mixins

Backend: Add Kotlin mixins #29

Triggered via pull request June 9, 2024 18:03
Status Failure
Total duration 35s
Artifacts

check-style.yaml

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

Annotations

4 errors and 1 warning
Check Style: annotation-processors/src/main/kotlin/at/hannibal2/skyhanni/kmixin/JavaKspUtils.kt#L56
[ktlint] reported by reviewdog 🐶 Exceeded max line length (120) Raw Output: annotation-processors/src/main/kotlin/at/hannibal2/skyhanni/kmixin/JavaKspUtils.kt:56:120: error: Exceeded max line length (120) (standard:max-line-length)
Check Style: annotation-processors/src/main/kotlin/at/hannibal2/skyhanni/kmixin/KMixinProcessor.kt#L69
[ktlint] reported by reviewdog 🐶 Argument should be on a separate line (unless all arguments can fit a single line) Raw Output: annotation-processors/src/main/kotlin/at/hannibal2/skyhanni/kmixin/KMixinProcessor.kt:69:29: error: Argument should be on a separate line (unless all arguments can fit a single line) (standard:argument-list-wrapping)
Check Style: annotation-processors/src/main/kotlin/at/hannibal2/skyhanni/kmixin/KMixinProcessor.kt#L69
[ktlint] reported by reviewdog 🐶 Argument should be on a separate line (unless all arguments can fit a single line) Raw Output: annotation-processors/src/main/kotlin/at/hannibal2/skyhanni/kmixin/KMixinProcessor.kt:69:41: error: Argument should be on a separate line (unless all arguments can fit a single line) (standard:argument-list-wrapping)
Check Style: src/main/java/at/hannibal2/skyhanni/mixins/kotlin/GuiContainerMixin.kt#L84
[ktlint] reported by reviewdog 🐶 Exceeded max line length (120) Raw Output: src/main/java/at/hannibal2/skyhanni/mixins/kotlin/GuiContainerMixin.kt:84:121: error: Exceeded max line length (120) (standard:max-line-length)
Check Style
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.