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

View Source

Detects pattern matches on success tuples ({:ok, value} = expr) without corresponding error handling. This can crash the process on unexpected errors.

Use case, with, or multi-clause function heads instead.

Category: Warning / Priority: high