Document the Dogma linter

This commit is contained in:
w0rp 2017-03-27 13:02:25 +01:00
parent 5de084557b
commit cd82740ade
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ name. That seems to be the fairest way to arrange this table.
| Cython (pyrex filetype) | [cython](http://cython.org/) | | Cython (pyrex filetype) | [cython](http://cython.org/) |
| D | [dmd](https://dlang.org/dmd-linux.html) | | D | [dmd](https://dlang.org/dmd-linux.html) |
| Dockerfile | [hadolint](https://github.com/lukasmartinelli/hadolint) | | 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) | | Elm | [elm-make](https://github.com/elm-lang/elm-make) |
| Erlang | [erlc](http://erlang.org/doc/man/erlc.html) | | Erlang | [erlc](http://erlang.org/doc/man/erlc.html) |
| Fortran | [gcc](https://gcc.gnu.org/) | | Fortran | [gcc](https://gcc.gnu.org/) |

View File

@ -91,7 +91,7 @@ The following languages and tools are supported.
* Cython (pyrex filetype): 'cython' * Cython (pyrex filetype): 'cython'
* D: 'dmd' * D: 'dmd'
* Dockerfile: 'hadolint' * Dockerfile: 'hadolint'
* Elixir: 'credo' * Elixir: 'credo', 'dogma'
* Elm: 'elm-make' * Elm: 'elm-make'
* Erlang: 'erlc' * Erlang: 'erlc'
* Fortran: 'gcc' * Fortran: 'gcc'