Matcha.Error behaviour (Matcha v0.1.3) View Source

Standard behaviour for Matcha errors.

Link to this section Summary

Link to this section Types

Specs

problem() :: {:error | :warning, String.t()}

Specs

problems() :: [problem()]

Link to this section Callbacks

Specs

format_prelude(any()) :: String.t()

Specs

format_source(any()) :: String.t()

Link to this section Functions