Alloy Smelter recipe inheritance rewrite #484
checkstyle.yml
on: pull_request
runner / checkstyle
21s
Annotations
2 errors
runner / checkstyle:
enderio-machines/src/main/java/com/enderio/machines/common/blockentity/AlloySmelterBlockEntity.java#L340
[checkstyle] reported by reviewdog 🐶
'if' construct must use '{}'s.
Raw Output:
/github/workspace/./enderio-machines/src/main/java/com/enderio/machines/common/blockentity/AlloySmelterBlockEntity.java:340:13: error: 'if' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)
|
runner / checkstyle:
enderio-machines/src/main/java/com/enderio/machines/common/blockentity/AlloySmelterBlockEntity.java#L343
[checkstyle] reported by reviewdog 🐶
'if' construct must use '{}'s.
Raw Output:
/github/workspace/./enderio-machines/src/main/java/com/enderio/machines/common/blockentity/AlloySmelterBlockEntity.java:343:13: error: 'if' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)
|