Skip to content

Feature: Custom Scoreboard Lines #32

Feature: Custom Scoreboard Lines

Feature: Custom Scoreboard Lines #32

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

check-style.yaml

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

Annotations

9 errors and 1 warning
Check Style: src/main/java/at/hannibal2/skyhanni/data/model/Graph.kt#L52
[ktlint] reported by reviewdog 🐶 Unexpected indentation (24) (should be 20) Raw Output: src/main/java/at/hannibal2/skyhanni/data/model/Graph.kt:52:1: error: Unexpected indentation (24) (should be 20) (standard:indent)
Check Style: src/main/java/at/hannibal2/skyhanni/features/gui/customscoreboard/ChunkedStats.kt#L56
[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/customscoreboard/ChunkedStats.kt:56:12: 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/features/gui/customscoreboard/CustomLinesGui.kt#L78
[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/customscoreboard/CustomLinesGui.kt:78:64: 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/features/inventory/wardrobe/CustomWardrobe.kt#L25
[ktlint] reported by reviewdog 🐶 Unused import Raw Output: src/main/java/at/hannibal2/skyhanni/features/inventory/wardrobe/CustomWardrobe.kt:25:1: error: Unused import (standard:no-unused-imports)
Check Style: src/main/java/at/hannibal2/skyhanni/test/GraphEditor.kt#L115
[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/test/GraphEditor.kt:115:16: 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/test/GraphEditor.kt#L402
[ktlint] reported by reviewdog 🐶 Line is exceeding max line length. Break line after '||' in binary expression Raw Output: src/main/java/at/hannibal2/skyhanni/test/GraphEditor.kt:402:75: error: Line is exceeding max line length. Break line after '||' in binary expression (standard:binary-expression-wrapping)
Check Style: src/main/java/at/hannibal2/skyhanni/test/GraphEditor.kt#L402
[ktlint] reported by reviewdog 🐶 Line is exceeding max line length. Break line after '&&' in binary expression Raw Output: src/main/java/at/hannibal2/skyhanni/test/GraphEditor.kt:402:105: error: Line is exceeding max line length. Break line after '&&' in binary expression (standard:binary-expression-wrapping)
Check Style: src/main/java/at/hannibal2/skyhanni/test/GraphEditor.kt#L402
[ktlint] reported by reviewdog 🐶 Line is exceeding max line length. Break line after '==' in binary expression Raw Output: src/main/java/at/hannibal2/skyhanni/test/GraphEditor.kt:402:119: error: Line is exceeding max line length. Break line after '==' in binary expression (standard:binary-expression-wrapping)
Check Style: src/main/java/at/hannibal2/skyhanni/test/GraphEditor.kt#L402
[ktlint] reported by reviewdog 🐶 Exceeded max line length (120) Raw Output: src/main/java/at/hannibal2/skyhanni/test/GraphEditor.kt:402:120: 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/.