Feature: Forge recipe Get from Sack #320
Annotations
4 errors and 1 warning
src/main/java/at/hannibal2/skyhanni/features/mining/ForgeGfs.kt#L37
[ktlint] reported by reviewdog 🐶
Line is exceeding max line length. Break line before expression
Raw Output:
src/main/java/at/hannibal2/skyhanni/features/mining/ForgeGfs.kt:37:21: error: Line is exceeding max line length. Break line before expression (standard:binary-expression-wrapping)
|
src/main/java/at/hannibal2/skyhanni/features/mining/ForgeGfs.kt#L37
[ktlint] reported by reviewdog 🐶
Exceeded max line length (140)
Raw Output:
src/main/java/at/hannibal2/skyhanni/features/mining/ForgeGfs.kt:37:141: error: Exceeded max line length (140) (standard:max-line-length)
|
src/main/java/at/hannibal2/skyhanni/features/mining/ForgeGfs.kt#L37
[ktlint] reported by reviewdog 🐶
Missing spacing before "+"
Raw Output:
src/main/java/at/hannibal2/skyhanni/features/mining/ForgeGfs.kt:37:220: error: Missing spacing before "+" (standard:op-spacing)
|
src/main/java/at/hannibal2/skyhanni/features/mining/ForgeGfs.kt#L38
[ktlint] reported by reviewdog 🐶
Unexpected indentation (12) (should be 16)
Raw Output:
src/main/java/at/hannibal2/skyhanni/features/mining/ForgeGfs.kt:38:1: error: Unexpected indentation (12) (should be 16) (standard:indent)
|
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/.
|
This job failed
Loading