Clouseau v0.4.0 Clouseau.Check.Warning.ClInspect View Source
Cl.inspect is a IO.inspect enhancement meant for debugging and testing session. Usage in production code is discuraged because of the extra debugging stuff it adds in output and the extra processing it does to create the label tag.
This check warns about Cl.inspect calls, because they might have been committed in error.
Link to this section Summary
Functions
Returns the base priority for the check
Returns the category for the check
Callback implementation for Credo.Check.explanation/0
Callback implementation for Credo.Check.explanation_for_params/0
Callback implementation for Credo.Check.format_issue/2
Callback implementation for Credo.Check.run_on_all?/0
Link to this section Functions
base_priority() View Source
Returns the base priority for the check.
Callback implementation for Credo.Check.base_priority/0
.
category() View Source
Returns the category for the check.
Callback implementation for Credo.Check.category/0
.
elixir_version() View Source
explanation() View Source
Callback implementation for Credo.Check.explanation/0
.
explanation_for_params() View Source
Callback implementation for Credo.Check.explanation_for_params/0
.
format_issue(issue_meta, opts) View Source
Callback implementation for Credo.Check.format_issue/2
.
issues_for_call(meta, issues, issue_meta) View Source
params_defaults() View Source
params_names() View Source
run_on_all?() View Source
Callback implementation for Credo.Check.run_on_all?/0
.