View Source Credo.Check.Warning.Dbg (Credo v1.7.0)
This check has a base priority of high
and requires Elixir >= 1.14.0-dev
.
explanation
Explanation
Calls to dbg/0 and dbg/2 should mostly be used during debugging sessions.
This check warns about those calls, because they probably have been committed in error.
check-specific-parameters
Check-Specific Parameters
There are no specific parameters for this check.
general-parameters
General Parameters
Like with all checks, general params can be applied.
Parameters can be configured via the .credo.exs
config file.