Credo.Issue (Credo v1.5.0) View Source

Issue structs represent all issues found during the code analysis.

Link to this section Summary

Link to this section Types

Specs

t() :: %Credo.Issue{
  category: term(),
  check: term(),
  column: term(),
  diff_marker: term(),
  exit_status: term(),
  filename: term(),
  line_no: term(),
  message: term(),
  meta: term(),
  priority: term(),
  scope: term(),
  severity: term(),
  trigger: term()
}