diff options
author | jnduli <yohanaizraeli@gmail.com> | 2017-11-11 15:10:17 +0300 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2017-11-11 12:10:17 +0000 |
commit | 6c014a25e86c864c893c59ee3f30ce80cfd5fbb6 (patch) | |
tree | 941e4de5ef541085f2b56bb2902f233285bba3f2 /doc | |
parent | 1ddc3eec6dff1c35111d47ec6e46cf2f2f699e20 (diff) | |
download | ale-6c014a25e86c864c893c59ee3f30ce80cfd5fbb6.zip |
Add rstcheck linter to check for errors in restructured text (#1090)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 76df66d3..83646c57 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -316,7 +316,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` |