修改腐化信标,修复16物品堆叠 #7
Annotations
1 error and 3 warnings
checkstyle
Process completed with exit code 1.
|
checkstyle
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
checkstyle:
common/src/main/java/dev/dubhe/anvilcraft/item/GeodeItem.java#L23
[Checkstyle] reported by reviewdog 🐶
Line is longer than 100 characters (found 123).
Raw Output:
/home/runner/work/AnvilCraftMod/AnvilCraftMod/common/src/main/java/dev/dubhe/anvilcraft/item/GeodeItem.java:23:0: warning: Line is longer than 100 characters (found 123). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
checkstyle:
common/src/main/java/dev/dubhe/anvilcraft/item/GeodeItem.java#L26
[Checkstyle] reported by reviewdog 🐶
'if' construct must use '{}'s.
Raw Output:
/home/runner/work/AnvilCraftMod/AnvilCraftMod/common/src/main/java/dev/dubhe/anvilcraft/item/GeodeItem.java:26:9: warning: 'if' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)
|