Skip to content

Added Buffers (item and power) #91

Added Buffers (item and power)

Added Buffers (item and power) #91

Triggered via pull request December 25, 2023 18:29
Status Success
Total duration 34s
Artifacts

checkstyle.yml

on: pull_request
runner / checkstyle
24s
runner / checkstyle
Fit to window
Zoom out
Zoom in

Annotations

9 errors
runner / checkstyle: src/machines/java/com/enderio/machines/common/blockentity/PowerBufferBlockEntity.java#L82
[checkstyle] reported by reviewdog 🐶 'else' construct must use '{}'s. Raw Output: /github/workspace/./src/machines/java/com/enderio/machines/common/blockentity/PowerBufferBlockEntity.java:82:11: error: 'else' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)
runner / checkstyle: src/machines/java/com/enderio/machines/common/blockentity/PowerBufferBlockEntity.java#L88
[checkstyle] reported by reviewdog 🐶 'else' construct must use '{}'s. Raw Output: /github/workspace/./src/machines/java/com/enderio/machines/common/blockentity/PowerBufferBlockEntity.java:88:11: error: 'else' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)
runner / checkstyle: src/machines/java/com/enderio/machines/common/blockentity/PowerBufferBlockEntity.java#L94
[checkstyle] reported by reviewdog 🐶 '}' at column 9 should be alone on a line. Raw Output: /github/workspace/./src/machines/java/com/enderio/machines/common/blockentity/PowerBufferBlockEntity.java:94:9: error: '}' at column 9 should be alone on a line. (com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck)
runner / checkstyle: src/machines/java/com/enderio/machines/common/blockentity/PowerBufferBlockEntity.java#L100
[checkstyle] reported by reviewdog 🐶 '}' at column 9 should be alone on a line. Raw Output: /github/workspace/./src/machines/java/com/enderio/machines/common/blockentity/PowerBufferBlockEntity.java:100:9: error: '}' at column 9 should be alone on a line. (com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck)
runner / checkstyle: src/machines/java/com/enderio/machines/common/blockentity/PowerBufferBlockEntity.java#L123
[checkstyle] reported by reviewdog 🐶 'if' construct must use '{}'s. Raw Output: /github/workspace/./src/machines/java/com/enderio/machines/common/blockentity/PowerBufferBlockEntity.java:123:9: error: 'if' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)
runner / checkstyle: src/machines/java/com/enderio/machines/common/blockentity/PowerBufferBlockEntity.java#L128
[checkstyle] reported by reviewdog 🐶 'if' construct must use '{}'s. Raw Output: /github/workspace/./src/machines/java/com/enderio/machines/common/blockentity/PowerBufferBlockEntity.java:128:13: error: 'if' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)
runner / checkstyle: src/machines/java/com/enderio/machines/common/menu/ItemBufferMenu.java#L29
[checkstyle] reported by reviewdog 🐶 'if' construct must use '{}'s. Raw Output: /github/workspace/./src/machines/java/com/enderio/machines/common/menu/ItemBufferMenu.java:29:9: error: 'if' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)
runner / checkstyle: src/machines/java/com/enderio/machines/common/menu/OmniBufferMenu.java#L31
[checkstyle] reported by reviewdog 🐶 'if' construct must use '{}'s. Raw Output: /github/workspace/./src/machines/java/com/enderio/machines/common/menu/OmniBufferMenu.java:31:9: error: 'if' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)
runner / checkstyle: src/machines/java/com/enderio/machines/common/menu/PowerBufferMenu.java#L25
[checkstyle] reported by reviewdog 🐶 'if' construct must use '{}'s. Raw Output: /github/workspace/./src/machines/java/com/enderio/machines/common/menu/PowerBufferMenu.java:25:9: error: 'if' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)