View Source Rewrite.Issue (rewrite v0.1.0)
An Issue
struct to track findings by the chechers.
Link to this section Summary
Link to this section Types
@type t() :: %Rewrite.Issue{ column: non_neg_integer() | nil, line: non_neg_integer() | nil, message: String.t() | nil, meta: term(), reporter: module() }