Bloccs.Validator.Issue (bloccs v0.2.0)

Copy Markdown View Source

A structured validation diagnostic.

Summary

Types

level()

@type level() :: :error | :warning

t()

@type t() :: %Bloccs.Validator.Issue{
  file: Path.t() | nil,
  level: level(),
  message: String.t(),
  scope: String.t()
}