Clouseau v0.3.1 Clouseau.Check.Warning.RequireCl View Source

Requiring Cl.inspect usualy happens during debugging or testing in order to use the Cl.inspect macro. Since it’s usage is discuraged in production “require Cl” should be removed also.

This check warns about “require Cl” calls, because they might have been committed in error or may be leftovers from earlier debugging sessions.

Link to this section Summary

Link to this section Functions

Returns the base priority for the check.

Callback implementation for Credo.Check.base_priority/0.

Returns the category for the check.

Callback implementation for Credo.Check.category/0.

Callback implementation for Credo.Check.explanation/0.

Link to this function explanation_for_params() View Source

Callback implementation for Credo.Check.explanation_for_params/0.

Link to this function format_issue(issue_meta, opts) View Source

Callback implementation for Credo.Check.format_issue/2.

Link to this function issues_for_call(meta, issues, issue_meta) View Source

Callback implementation for Credo.Check.run_on_all?/0.