diff options
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 7b9deeee..04f187dc 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -264,7 +264,7 @@ Notes: * ASM: `gcc` * Ansible: `ansible-lint` -* AsciiDoc: `proselint`, `write-good` +* AsciiDoc: `proselint`, `write-good`, `redpen` * Awk: `gawk` * Bash: `shell` (-n flag), `shellcheck`, `shfmt` * Bourne Shell: `shell` (-n flag), `shellcheck`, `shfmt` @@ -301,7 +301,7 @@ Notes: * JavaScript: `eslint`, `flow`, `jscs`, `jshint`, `prettier`, `prettier-eslint` >= 4.2.0, `prettier-standard`, `standard`, `xo` * JSON: `jsonlint`, `prettier` * Kotlin: `kotlinc`, `ktlint` -* LaTeX (tex): `chktex`, `lacheck`, `proselint`, `write-good` +* LaTeX (tex): `chktex`, `lacheck`, `proselint`, `write-good`, `redpen` * Less: `lessc`, `prettier`, `stylelint` * LLVM: `llc` * Lua: `luacheck` @@ -324,7 +324,8 @@ Notes: * Python: `autopep8`, `flake8`, `isort`, `mypy`, `pycodestyle`, `pyls`, `pylint`!!, `yapf` * R: `lintr` * ReasonML: `merlin`, `ols`, `refmt` -* reStructuredText: `proselint`, `rstcheck`, `write-good` +* reStructuredText: `proselint`, `rstcheck`, `write-good`, `redpen` +* Re:VIEW: `redpen` * RPM spec: `rpmlint` * Ruby: `brakeman`, `rails_best_practices`!!, `reek`, `rubocop`, `ruby` * Rust: `cargo`!!, `rls`, `rustc` (see |ale-integration-rust|), `rustfmt` @@ -340,7 +341,7 @@ Notes: * Tcl: `nagelfar`!! * Terraform: `tflint` * Texinfo: `proselint`, `write-good` -* Text^: `proselint`, `vale`, `write-good` +* Text^: `proselint`, `vale`, `write-good`, `redpen` * Thrift: `thrift` * TypeScript: `eslint`, `prettier`, `tslint`, `tsserver`, `typecheck` * Verilog: `iverilog`, `verilator` |