Credo v1.4.0 Credo.Issue View Source

Issue structs represent all issues found during the code analysis.

Link to this section Summary

Link to this section Types

Link to this type

t()

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