Skip to content

Feature: Inventory - Experiments rework #767

Feature: Inventory - Experiments rework

Feature: Inventory - Experiments rework #767

Triggered via pull request July 5, 2024 17:37
Status Failure
Total duration 38s
Artifacts

check-style.yaml

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

Annotations

2 errors and 1 warning
Check Style: src/main/java/at/hannibal2/skyhanni/features/inventory/experimentationtable/ExperimentsDisplay.kt#L264
[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/inventory/experimentationtable/ExperimentsDisplay.kt:264:98: 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/inventory/experimentationtable/ExperimentsDisplay.kt#L264
[ktlint] reported by reviewdog 🐶 Exceeded max line length (140) Raw Output: src/main/java/at/hannibal2/skyhanni/features/inventory/experimentationtable/ExperimentsDisplay.kt:264:141: error: Exceeded max line length (140) (standard:max-line-length)
Check Style
The following actions uses Node.js version which is deprecated 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/