diff options
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` |