1.20.1 conduit probe #547
Annotations
3 errors
Run dbelyaev/[email protected]:
src/conduits/java/com/enderio/conduits/common/items/ConduitProbeItem.java#L60
[checkstyle] reported by reviewdog 🐶
'if' construct must use '{}'s.
Raw Output:
/github/workspace/./src/conduits/java/com/enderio/conduits/common/items/ConduitProbeItem.java:60:13: error: 'if' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)
|
Run dbelyaev/[email protected]:
src/conduits/java/com/enderio/conduits/common/items/ConduitProbeItem.java#L61
[checkstyle] reported by reviewdog 🐶
switch without "default" clause.
Raw Output:
/github/workspace/./src/conduits/java/com/enderio/conduits/common/items/ConduitProbeItem.java:61:13: error: switch without "default" clause. (com.puppycrawl.tools.checkstyle.checks.coding.MissingSwitchDefaultCheck)
|
Run dbelyaev/[email protected]:
src/conduits/java/com/enderio/conduits/common/items/ConduitProbeItem.java#L117
[checkstyle] reported by reviewdog 🐶
'if' construct must use '{}'s.
Raw Output:
/github/workspace/./src/conduits/java/com/enderio/conduits/common/items/ConduitProbeItem.java:117:13: error: 'if' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)
|
Loading