CredoExplicitOverImplicit

Provides custom credo checks for those that prefer explicit over implicit. Broadly this is already the case in elixir, compared to other languages such as ruby, but there are still some rough edges to the language that can make maintenance harder.

Currently this provides a single credo check

Installation

If available in Hex, the package can be installed by adding credo_explicit_over_implicit to your list of dependencies in mix.exs:

def deps do
  [
    {:credo_explicit_over_implicit, "~> 0.1.0"},
    {:credo, "~> 1.7", runtime: false},
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/credo_explicit_over_implicit.