summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjnduli <yohanaizraeli@gmail.com>2017-11-11 15:10:17 +0300
committerw0rp <devw0rp@gmail.com>2017-11-12 10:56:53 +0000
commit6c60ca24c13872c8e2e1e56154eac56e8555452c (patch)
treebbfb4e8badde902d135640d60a3c11eb19c028f6 /doc
parent52b60249979ead96df696e82d9ed5ec57db04f0e (diff)
downloadale-6c60ca24c13872c8e2e1e56154eac56e8555452c.zip
Add rstcheck linter to check for errors in restructured text (#1090)
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 5533277b..a684d704 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -318,7 +318,7 @@ Notes:
* Python: `autopep8`, `flake8`, `isort`, `mypy`, `pycodestyle`, `pyls`, `pylint`!!, `yapf`
* R: `lintr`
* ReasonML: `merlin`, `refmt`
-* reStructuredText: `proselint`, `write-good`
+* reStructuredText: `proselint`, `rstcheck`, `write-good`
* RPM spec: `rpmlint`
* Ruby: `brakeman`, `rails_best_practices`!!, `reek`, `rubocop`, `ruby`
* Rust: `cargo`!!, `rls`, `rustc` (see |ale-integration-rust|), `rustfmt`