Credo.Check.Warning.IoInspect (Credo v1.5.0-rc.5) View Source

This check has a base priority of high and works with any version of Elixir.

Explanation

While calls to IO.inspect might appear in some parts of production code, most calls to this function are added during debugging sessions.

This check warns about those calls, because they might have been committed in error.

Configuration parameters

There are no parameters for this check.

Link to this section Summary

Link to this section Functions

Link to this function

do_run_on_source_file(exec, source_file, params)

View Source