Add rstcheck linter to check for errors in restructured text (#1090)

This commit is contained in:
jnduli
2017-11-11 15:10:17 +03:00
committed by w0rp
parent 52b6024997
commit 6c60ca24c1
4 changed files with 72 additions and 2 deletions

View File

@@ -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`