View Source Credo.IssueMeta (Credo v1.6.3)
IssueMeta provides helper functions for meta information which a check wants
to pass to the issue_for(...)
function, i.e. the current SourceFile and check
params (by default).
Link to this section Summary
Functions
Returns an issue meta tuple for the given source_file
and check_params
.
Returns the check params for the given issue_meta
.
Returns the source file for the given issue_meta
.
Link to this section Types
Specs
t() :: {Credo.IssueMeta, Credo.SourceFile.t(), Keyword.t()}
Link to this section Functions
Returns an issue meta tuple for the given source_file
and check_params
.
Returns the check params for the given issue_meta
.
Returns the source file for the given issue_meta
.