Skip to content

Feature: Display Tab Widgets #41

Feature: Display Tab Widgets

Feature: Display Tab Widgets #41

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

check-style.yaml

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

Annotations

6 errors and 1 warning
Check Style: src/main/java/at/hannibal2/skyhanni/config/core/config/PositionList.kt#L1
[ktlint] reported by reviewdog 🐶 Unnecessary semicolon Raw Output: src/main/java/at/hannibal2/skyhanni/config/core/config/PositionList.kt:1:49: error: Unnecessary semicolon (standard:no-semi)
Check Style: src/main/java/at/hannibal2/skyhanni/config/core/config/PositionList.kt#L5
[ktlint] reported by reviewdog 🐶 No parenthesis expected Raw Output: src/main/java/at/hannibal2/skyhanni/config/core/config/PositionList.kt:5:19: error: No parenthesis expected (standard:class-signature)
Check Style: src/main/java/at/hannibal2/skyhanni/config/core/config/PositionList.kt#L5
[ktlint] reported by reviewdog 🐶 Super type should start on a newline Raw Output: src/main/java/at/hannibal2/skyhanni/config/core/config/PositionList.kt:5:24: error: Super type should start on a newline (standard:class-signature)
Check Style: src/main/java/at/hannibal2/skyhanni/config/core/config/PositionList.kt#L5
[ktlint] reported by reviewdog 🐶 Super type call must be first super type Raw Output: src/main/java/at/hannibal2/skyhanni/config/core/config/PositionList.kt:5:47: error: Super type call must be first super type (standard:class-signature)
Check Style: src/main/java/at/hannibal2/skyhanni/config/core/config/PositionList.kt#L5
[ktlint] reported by reviewdog 🐶 Super type should start on a newline Raw Output: src/main/java/at/hannibal2/skyhanni/config/core/config/PositionList.kt:5:47: error: Super type should start on a newline (standard:class-signature)
Check Style: src/main/java/at/hannibal2/skyhanni/features/gui/TabWidgetDisplay.kt#L57
[ktlint] reported by reviewdog 🐶 Argument should be on a separate line (unless all arguments can fit a single line) Raw Output: src/main/java/at/hannibal2/skyhanni/features/gui/TabWidgetDisplay.kt:57:58: error: Argument should be on a separate line (unless all arguments can fit a single line) (standard:argument-list-wrapping)
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/.