This package provides the following services:
linter-elixir-credo
This linter plugin for Linter provides an interface to mix Credo.
It will be used with files that have the "source.elixir" syntax
(ie. *.ex; *.exs
).
Installation
Plugin requires Linter package and it should install it by itself. If it did not, please follow Linter instructions here.
Method 1: In console
$ apm install linter-elixir-credo
Method 2: In Atom
- Edit > Preferences (Ctrl+,)
- Install > Search "linter-elixir-credo" > Install
Configuration
You can add other flags (like --strict
) to the mix credo
command in the settings.