View Source Credo.Issue (Credo v1.7.5)

Issue structs represent all issues found during the code analysis.

Summary

Functions

A value that be assigned to :trigger if there is no actual trigger.

Types

@type 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()
}

Functions

A value that be assigned to :trigger if there is no actual trigger.