summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-10-26 23:31:07 +0100
committerw0rp <devw0rp@gmail.com>2017-10-26 23:31:07 +0100
commitd4d939bea9a51f13fb78a5ab1d7367866a180768 (patch)
tree0b9f444245d62e29caecdb0e47cd22a8d6385b48 /README.md
parent6490d3a5e69c188cbd2b2206916f98409cfb230c (diff)
downloadale-d4d939bea9a51f13fb78a5ab1d7367866a180768.zip
Fix #1039 - Only check the file on disk for dartanalyzer
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 10c63b86..7d154ce1 100644
--- a/README.md
+++ b/README.md
@@ -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) |