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 /doc | |
parent | 6490d3a5e69c188cbd2b2206916f98409cfb230c (diff) | |
download | ale-d4d939bea9a51f13fb78a5ab1d7367866a180768.zip |
Fix #1039 - Only check the file on disk for dartanalyzer
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-dart.txt | 2 | ||||
-rw-r--r-- | doc/ale.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/ale-dart.txt b/doc/ale-dart.txt index 37ba6fa0..c6faa5c2 100644 --- a/doc/ale-dart.txt +++ b/doc/ale-dart.txt @@ -20,6 +20,8 @@ If you have installed Dart on Linux, you can also try the following: > ... or similarly for wherever your Dart SDK lives. This should work without having to modify `$PATH`. +ALE can only check for problems with `dartanalyzer` with the file on disk. +See |ale-lint-file-linters| Options ------------------------------------------------------------------------------- diff --git a/doc/ale.txt b/doc/ale.txt index 8aea7f80..fb5a6348 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -267,7 +267,7 @@ Notes: * CSS: `csslint`, `stylelint`, `prettier` * Cython (pyrex filetype): `cython` * D: `dmd` -* Dart: `dartanalyzer` +* Dart: `dartanalyzer`!! * Dockerfile: `hadolint` * Elixir: `credo`, `dogma`!! * Elm: `elm-format, elm-make` |