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 /README.md | |
parent | aa94d0902a557bc8d65b51a868cf1e122edd2306 (diff) | |
download | ale-235fc90e226ccc0430b9faa0cd3a226d9be6f31c.zip |
Fix #308 - Check Dart files with dartanalyzer
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -71,6 +71,7 @@ name. That seems to be the fairest way to arrange this table. | CSS | [csslint](http://csslint.net/), [stylelint](https://github.com/stylelint/stylelint) | | Cython (pyrex filetype) | [cython](http://cython.org/) | | D | [dmd](https://dlang.org/dmd-linux.html) | +| Dart | [dartanalyzer](https://github.com/dart-lang/sdk/tree/master/pkg/analyzer_cli) | | Dockerfile | [hadolint](https://github.com/lukasmartinelli/hadolint) | | Elixir | [credo](https://github.com/rrrene/credo), [dogma](https://github.com/lpil/dogma) | | Elm | [elm-make](https://github.com/elm-lang/elm-make) | |