MetaCredo.Check.Warning.SilentErrorCase (MetaCredo v0.1.0)

View Source

Detects case statements that match on {:ok, _} without a corresponding {:error, _} branch. Missing error branches cause silent failures when the called function returns an error tuple.

Use explicit error handling or add a catch-all clause.

Category: Warning / Priority: high