Add Machine active tooltip #31
checkstyle.yml
on: pull_request
runner / checkstyle
25s
Annotations
5 errors
runner / checkstyle:
src/machines/java/com/enderio/machines/common/blockentity/base/MachineBlockEntity.java#L12
[checkstyle] reported by reviewdog 🐶
Using the '.*' form of import should be avoided - com.enderio.core.common.network.slot.*.
Raw Output:
/github/workspace/./src/machines/java/com/enderio/machines/common/blockentity/base/MachineBlockEntity.java:12:44: error: Using the '.*' form of import should be avoided - com.enderio.core.common.network.slot.*. (com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck)
|
runner / checkstyle:
src/machines/java/com/enderio/machines/common/blockentity/base/MachineBlockEntity.java#L54
[checkstyle] reported by reviewdog 🐶
Using the '.*' form of import should be avoided - java.util.*.
Raw Output:
/github/workspace/./src/machines/java/com/enderio/machines/common/blockentity/base/MachineBlockEntity.java:54:17: error: Using the '.*' form of import should be avoided - java.util.*. (com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck)
|
runner / checkstyle:
src/machines/java/com/enderio/machines/common/blockentity/MachineState.java#L27
[checkstyle] reported by reviewdog 🐶
'if' construct must use '{}'s.
Raw Output:
/github/workspace/./src/machines/java/com/enderio/machines/common/blockentity/MachineState.java:27:9: error: 'if' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)
|
runner / checkstyle:
src/machines/java/com/enderio/machines/common/blockentity/MachineState.java#L29
[checkstyle] reported by reviewdog 🐶
'if' construct must use '{}'s.
Raw Output:
/github/workspace/./src/machines/java/com/enderio/machines/common/blockentity/MachineState.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/blockentity/MachineState.java#L34
[checkstyle] reported by reviewdog 🐶
'if' construct must use '{}'s.
Raw Output:
/github/workspace/./src/machines/java/com/enderio/machines/common/blockentity/MachineState.java:34:9: error: 'if' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)
|