From cd82740ade722089981495bc454300e40ac8f00d Mon Sep 17 00:00:00 2001 From: w0rp Date: Mon, 27 Mar 2017 13:02:25 +0100 Subject: [PATCH] Document the Dogma linter --- README.md | 2 +- doc/ale.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80429cfa..8a66eec6 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ name. That seems to be the fairest way to arrange this table. | Cython (pyrex filetype) | [cython](http://cython.org/) | | D | [dmd](https://dlang.org/dmd-linux.html) | | Dockerfile | [hadolint](https://github.com/lukasmartinelli/hadolint) | -| Elixir | [credo](https://github.com/rrrene/credo) | +| Elixir | [credo](https://github.com/rrrene/credo), [dogma](https://github.com/lpil/dogma) | | Elm | [elm-make](https://github.com/elm-lang/elm-make) | | Erlang | [erlc](http://erlang.org/doc/man/erlc.html) | | Fortran | [gcc](https://gcc.gnu.org/) | diff --git a/doc/ale.txt b/doc/ale.txt index efe6cd41..b09a0541 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -91,7 +91,7 @@ The following languages and tools are supported. * Cython (pyrex filetype): 'cython' * D: 'dmd' * Dockerfile: 'hadolint' -* Elixir: 'credo' +* Elixir: 'credo', 'dogma' * Elm: 'elm-make' * Erlang: 'erlc' * Fortran: 'gcc'