Skip to content

Feature: Transfer Cooldown Prevention #26

Feature: Transfer Cooldown Prevention

Feature: Transfer Cooldown Prevention #26

Triggered via pull request June 9, 2024 17:57
Status Failure
Total duration 36s
Artifacts

check-style.yaml

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

Annotations

10 errors and 1 warning
Check Style: src/main/java/at/hannibal2/skyhanni/features/commands/TransferCooldown.kt#L45
[ktlint] reported by reviewdog 🐶 Line is exceeding max line length. Break line after '=' in binary expression Raw Output: src/main/java/at/hannibal2/skyhanni/features/commands/TransferCooldown.kt:45:25: 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/features/commands/TransferCooldown.kt#L45
[ktlint] reported by reviewdog 🐶 Newline expected after opening brace Raw Output: src/main/java/at/hannibal2/skyhanni/features/commands/TransferCooldown.kt:45:26: error: Newline expected after opening brace (standard:function-literal)
Check Style: src/main/java/at/hannibal2/skyhanni/features/commands/TransferCooldown.kt#L45
[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/commands/TransferCooldown.kt:45:49: 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/commands/TransferCooldown.kt#L45
[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/commands/TransferCooldown.kt:45:76: 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/commands/TransferCooldown.kt#L45
[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/commands/TransferCooldown.kt:45:79: 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/commands/TransferCooldown.kt#L45
[ktlint] reported by reviewdog 🐶 Missing newline before ")" Raw Output: src/main/java/at/hannibal2/skyhanni/features/commands/TransferCooldown.kt:45:102: error: Missing newline before ")" (standard:argument-list-wrapping)
Check Style: src/main/java/at/hannibal2/skyhanni/features/commands/TransferCooldown.kt#L45
[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/commands/TransferCooldown.kt:45:117: 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/commands/TransferCooldown.kt#L45
[ktlint] reported by reviewdog 🐶 Missing newline before ")" Raw Output: src/main/java/at/hannibal2/skyhanni/features/commands/TransferCooldown.kt:45:120: error: Missing newline before ")" (standard:argument-list-wrapping)
Check Style: src/main/java/at/hannibal2/skyhanni/features/commands/TransferCooldown.kt#L45
[ktlint] reported by reviewdog 🐶 Missing newline before ")" Raw Output: src/main/java/at/hannibal2/skyhanni/features/commands/TransferCooldown.kt:45:121: error: Missing newline before ")" (standard:argument-list-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
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/.