diff options
author | w0rp <devw0rp@gmail.com> | 2017-10-26 23:31:07 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-10-26 23:31:07 +0100 |
commit | d4d939bea9a51f13fb78a5ab1d7367866a180768 (patch) | |
tree | 0b9f444245d62e29caecdb0e47cd22a8d6385b48 /README.md | |
parent | 6490d3a5e69c188cbd2b2206916f98409cfb230c (diff) | |
download | ale-d4d939bea9a51f13fb78a5ab1d7367866a180768.zip |
Fix #1039 - Only check the file on disk for dartanalyzer
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ formatting. | CSS | [csslint](http://csslint.net/), [stylelint](https://github.com/stylelint/stylelint), [prettier](https://github.com/prettier/prettier) | | 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) | +| 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-format](https://github.com/avh4/elm-format), [elm-make](https://github.com/elm-lang/elm-make) | |