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 1ddc3eec6d
commit 6c014a25e8
4 changed files with 72 additions and 2 deletions

View File

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