diff options
author | Horacio Sanson <hsanson@gmail.com> | 2022-01-05 22:34:47 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-05 22:34:47 +0900 |
commit | 76bd0593713004ae38d738874e9e0575aefc88dd (patch) | |
tree | c7575354a13d15438b65f7e4768f8ffd058699d4 /doc | |
parent | 5a5029b73d9cfb277ba84c29c2f787b88469ab0f (diff) | |
download | ale-76bd0593713004ae38d738874e9e0575aefc88dd.zip |
Fix 3838 - deprecate datanalyzer (#3839)
Co-authored-by: Horacio Sanson <horacio@allm.inc>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-dart.txt | 33 | ||||
-rw-r--r-- | doc/ale-supported-languages-and-tools.txt | 1 | ||||
-rw-r--r-- | doc/ale.txt | 1 |
3 files changed, 0 insertions, 35 deletions
diff --git a/doc/ale-dart.txt b/doc/ale-dart.txt index a046808b..4824e82e 100644 --- a/doc/ale-dart.txt +++ b/doc/ale-dart.txt @@ -87,39 +87,6 @@ g:ale_dart_format_options *g:ale_dart_format_options* This variable can be set to pass additional options to the dart format fixer. - -=============================================================================== -dartanalyzer *ale-dart-dartanalyzer* - -Installation -------------------------------------------------------------------------------- - -Install Dart via whatever means. `dartanalyzer` will be included in the SDK. - -You can add the SDK to `$PATH`, as described here: -https://www.dartlang.org/tools/sdk - -If you have installed Dart on Linux, you can also try the following: > - " Set the executable path for dartanalyzer to the absolute path to it. - let g:ale_dart_dartanalyzer_executable = '/usr/lib/dart/bin/dartanalyzer' -< -... 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 -------------------------------------------------------------------------------- - -g:ale_dart_dartanalyzer_executable *g:ale_dart_dartanalyzer_executable* - *b:ale_dart_dartanalyzer_executable* - Type: |String| - Default: `'dartanalyzer'` - - This variable can be set to change the path to dartanalyzer. - - =============================================================================== dartfmt *ale-dart-dartfmt* diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt index 16f18074..f93e0807 100644 --- a/doc/ale-supported-languages-and-tools.txt +++ b/doc/ale-supported-languages-and-tools.txt @@ -136,7 +136,6 @@ Notes: * `analysis_server` * `dart-analyze`!! * `dart-format`!! - * `dartanalyzer`!! * `dartfmt`!! * `language_server` * desktop diff --git a/doc/ale.txt b/doc/ale.txt index 65439fb1..19a8dd2f 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -2785,7 +2785,6 @@ documented in additional help files. analysis_server.......................|ale-dart-analysis_server| dart-analyze..........................|ale-dart-analyze| dart-format...........................|ale-dart-format| - dartanalyzer..........................|ale-dart-dartanalyzer| dartfmt...............................|ale-dart-dartfmt| desktop.................................|ale-desktop-options| desktop-file-validate.................|ale-desktop-desktop-file-validate| |