Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

HeavyCookie/linter-elixir-dogma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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