diff options
author | w0rp <devw0rp@gmail.com> | 2017-03-27 13:02:25 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-03-27 13:02:25 +0100 |
commit | cd82740ade722089981495bc454300e40ac8f00d (patch) | |
tree | 791a03f1d3f793a2b01c788a47406eaf427a1f64 /doc | |
parent | 5de084557bbed5db8de351a9f466ccc72d29c154 (diff) | |
download | ale-cd82740ade722089981495bc454300e40ac8f00d.zip |
Document the Dogma linter
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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' |