View Source mix cotton.lint (InnerCotton v0.6.9)

Lint by Credo & check types by Dialyzer. Run following checks.

mix format --check-formatted
mix credo --strict
mix dialyzer
mix inch --pedantic

Option:

  • --fix: Auto correct errors if available.

Link to this section Summary

Link to this section Types

@type facts() :: map()
@type results() :: keyword(integer())
@type tasks() :: keyword(Task.t())