Skip to content

Add chemical filters #440

Add chemical filters

Add chemical filters #440

Triggered via pull request August 21, 2024 17:31
Status Success
Total duration 31s
Artifacts

checkstyle.yml

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

Annotations

1 error
runner / checkstyle: enderio-conduits-modded/src/main/java/com/enderio/modconduits/mods/mekanism/ChemicalFilterSlot.java#L14
[checkstyle] reported by reviewdog 🐶 Name 'emptyInventory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. Raw Output: /github/workspace/./enderio-conduits-modded/src/main/java/com/enderio/modconduits/mods/mekanism/ChemicalFilterSlot.java:14:36: error: Name 'emptyInventory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. (com.puppycrawl.tools.checkstyle.checks.naming.ConstantNameCheck)