diff options
author | w0rp <devw0rp@gmail.com> | 2017-07-18 23:57:33 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-07-18 23:57:33 +0100 |
commit | 235fc90e226ccc0430b9faa0cd3a226d9be6f31c (patch) | |
tree | 173aa89218f03254c5ccb6e80a5ee6139bd21132 /doc/ale.txt | |
parent | aa94d0902a557bc8d65b51a868cf1e122edd2306 (diff) | |
download | ale-235fc90e226ccc0430b9faa0cd3a226d9be6f31c.zip |
Fix #308 - Check Dart files with dartanalyzer
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index be79cedf..360d5afe 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -31,6 +31,8 @@ CONTENTS *ale-contents* stylelint...........................|ale-css-stylelint| cmake.................................|ale-cmake-options| cmakelint...........................|ale-cmake-cmakelint| + dart..................................|ale-dart-options| + dartanalyzer........................|ale-dart-dartanalyzer| erlang................................|ale-erlang-options| erlc................................|ale-erlang-erlc| syntaxerl...........................|ale-erlang-syntaxerl| @@ -172,6 +174,7 @@ The following languages and tools are supported. * CSS: 'csslint', 'stylelint' * Cython (pyrex filetype): 'cython' * D: 'dmd' +* Dart: 'dartanalyzer' * Dockerfile: 'hadolint' * Elixir: 'credo', 'dogma' * Elm: 'elm-make' |