View Source
Credo.Issue
(Credo v1.6.3)
Issue
structs represent all issues found during the code analysis.
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()
}