linter-elixir-dogma

Lint Elixir files with Dogma style checker

Thibault Lacroux

759

0

0.4.0

MIT

GitHub

This package provides the following services:

linter-elixir-dogma

Atom plugin to check Elixir code with Dogma

Requirements

You may need to have Dogma installed globaly :

cd /tmp
git clone https://github.com/lpil/dogma
cd dogma
MIX_ENV=prod mix do deps.get, archive.build, archive.install