diff options
author | David Houston <houstdav000@gmail.com> | 2021-11-17 23:00:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-18 13:00:45 +0900 |
commit | 2cfeabd1b595805e506e7d79347e30e9a52084d1 (patch) | |
tree | ed344a3057ec539f258353e2ea81d86142ac75e4 /doc | |
parent | 3b8ff6536e6eb4b9af946e2028164e8966ec5458 (diff) | |
download | ale-2cfeabd1b595805e506e7d79347e30e9a52084d1.zip |
Rewrite Alex Integration to Use stdin (#3982)
Since having been added, the `alex` tool has added support for linting
on stdin. Rewrite this integration to reduce the number of tools
requiring disk-write access.
Signed-off-by: David Houston <houstdav000@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-supported-languages-and-tools.txt | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt index 492071a2..94d57345 100644 --- a/doc/ale-supported-languages-and-tools.txt +++ b/doc/ale-supported-languages-and-tools.txt @@ -24,7 +24,7 @@ Notes: * `apkbuild-lint` * `secfixes-check` * AsciiDoc - * `alex`!! + * `alex` * `languagetool`!! * `proselint` * `redpen` @@ -227,7 +227,7 @@ Notes: * HCL * `terraform-fmt` * HTML - * `alex`!! + * `alex` * `angular` * `fecs` * `html-beautify` @@ -286,7 +286,7 @@ Notes: * `ktlint` * `languageserver` * LaTeX (tex) - * `alex`!! + * `alex` * `chktex` * `lacheck` * `proselint` @@ -308,14 +308,14 @@ Notes: * `luafmt` * `stylua` * Mail - * `alex`!! + * `alex` * `languagetool`!! * `proselint` * `vale` * Make * `checkmake` * Markdown - * `alex`!! + * `alex` * `languagetool`!! * `markdownlint`!! * `mdl` @@ -344,7 +344,7 @@ Notes: * `rnix-lsp` * `statix` * nroff - * `alex`!! + * `alex` * `proselint` * `write-good` * Objective-C @@ -390,12 +390,12 @@ Notes: * `psalm`!! * `tlint` * PO - * `alex`!! + * `alex` * `msgfmt` * `proselint` * `write-good` * Pod - * `alex`!! + * `alex` * `proselint` * `write-good` * Pony @@ -458,7 +458,7 @@ Notes: * `reason-language-server` * `refmt` * reStructuredText - * `alex`!! + * `alex` * `proselint` * `redpen` * `rstcheck` @@ -541,11 +541,11 @@ Notes: * `terraform-lsp` * `tflint` * Texinfo - * `alex`!! + * `alex` * `proselint` * `write-good` * Text^ - * `alex`!! + * `alex` * `languagetool`!! * `proselint` * `redpen` @@ -585,14 +585,14 @@ Notes: * `vimls` * `vint` * Vim help^ - * `alex`!! + * `alex` * `proselint` * `write-good` * Vue * `prettier` * `vls` * XHTML - * `alex`!! + * `alex` * `proselint` * `write-good` * XML |