Generate CodeClimate report of the Credo lint.
If available in Hex, the package can be installed
by adding credo_code_climate
to your list of dependencies in mix.exs
:
def deps do
[
{:credo_code_climate, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/credo_code_climate.
Add {CredoCodeClimate, []}
to list of plugins in .credo.exs
(if you have no
such file then first generate it via mix credo.gen.config
).
:path
- where the generated report will be stored. Defaults tocodeclimate.json
in the root directory.