Rework tank logic #86
Annotations
6 errors
Run dbelyaev/[email protected]:
src/machines/java/com/enderio/machines/common/io/fluid/MachineFluidTank.java#L11
[checkstyle] reported by reviewdog 🐶
Name 'Capacity' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.
Raw Output:
/github/workspace/./src/machines/java/com/enderio/machines/common/io/fluid/MachineFluidTank.java:11:32: error: Name 'Capacity' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. (com.puppycrawl.tools.checkstyle.checks.naming.ConstantNameCheck)
|
Run dbelyaev/[email protected]:
src/machines/java/com/enderio/machines/common/io/fluid/MachineFluidTank.java#L61
[checkstyle] reported by reviewdog 🐶
'if' construct must use '{}'s.
Raw Output:
/github/workspace/./src/machines/java/com/enderio/machines/common/io/fluid/MachineFluidTank.java:61:9: error: 'if' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)
|
Run dbelyaev/[email protected]:
src/machines/java/com/enderio/machines/common/io/fluid/MachineFluidTank.java#L89
[checkstyle] reported by reviewdog 🐶
'if' construct must use '{}'s.
Raw Output:
/github/workspace/./src/machines/java/com/enderio/machines/common/io/fluid/MachineFluidTank.java:89:9: error: 'if' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)
|
Run dbelyaev/[email protected]:
src/machines/java/com/enderio/machines/common/io/fluid/MachineFluidTank.java#L97
[checkstyle] reported by reviewdog 🐶
'if' construct must use '{}'s.
Raw Output:
/github/workspace/./src/machines/java/com/enderio/machines/common/io/fluid/MachineFluidTank.java:97:9: error: 'if' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)
|
Run dbelyaev/[email protected]:
src/machines/java/com/enderio/machines/common/io/fluid/MachineFluidHandler.java#L144
[checkstyle] reported by reviewdog 🐶
'if' construct must use '{}'s.
Raw Output:
/github/workspace/./src/machines/java/com/enderio/machines/common/io/fluid/MachineFluidHandler.java:144:13: error: 'if' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)
|
Run dbelyaev/[email protected]:
src/machines/java/com/enderio/machines/common/io/fluid/MachineFluidHandler.java#L168
[checkstyle] reported by reviewdog 🐶
'if' construct must use '{}'s.
Raw Output:
/github/workspace/./src/machines/java/com/enderio/machines/common/io/fluid/MachineFluidHandler.java:168:13: error: 'if' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)
|
The logs for this run have expired and are no longer available.
Loading