summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjnduli <yohanaizraeli@gmail.com>2017-11-11 15:10:17 +0300
committerw0rp <w0rp@users.noreply.github.com>2017-11-11 12:10:17 +0000
commit6c014a25e86c864c893c59ee3f30ce80cfd5fbb6 (patch)
tree941e4de5ef541085f2b56bb2902f233285bba3f2 /README.md
parent1ddc3eec6dff1c35111d47ec6e46cf2f2f699e20 (diff)
downloadale-6c014a25e86c864c893c59ee3f30ce80cfd5fbb6.zip
Add rstcheck linter to check for errors in restructured text (#1090)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 806ada62..7cfbf62e 100644
--- a/README.md
+++ b/README.md
@@ -130,7 +130,7 @@ formatting.
| Python | [autopep8](https://github.com/hhatto/autopep8), [flake8](http://flake8.pycqa.org/en/latest/), [isort](https://github.com/timothycrosley/isort), [mypy](http://mypy-lang.org/), [pycodestyle](https://github.com/PyCQA/pycodestyle), [pyls](https://github.com/palantir/python-language-server), [pylint](https://www.pylint.org/) !!, [yapf](https://github.com/google/yapf) |
| R | [lintr](https://github.com/jimhester/lintr) |
| ReasonML | [merlin](https://github.com/the-lambda-church/merlin) see `:help ale-integration-reason-merlin` for configuration instructions, [refmt](https://github.com/reasonml/reason-cli) |
-| reStructuredText | [proselint](http://proselint.com/), [write-good](https://github.com/btford/write-good) |
+| reStructuredText | [proselint](http://proselint.com/), [rstcheck](https://github.com/myint/rstcheck), [write-good](https://github.com/btford/write-good) |
| RPM spec | [rpmlint](https://github.com/rpm-software-management/rpmlint) (disabled by default; see `:help ale-integration-spec`) |
| Ruby | [brakeman](http://brakemanscanner.org/) !!, [rails_best_practices](https://github.com/flyerhzm/rails_best_practices) !!, [reek](https://github.com/troessner/reek), [rubocop](https://github.com/bbatsov/rubocop), [ruby](https://www.ruby-lang.org) |
| Rust | cargo !! (see `:help ale-integration-rust` for configuration instructions), [rls](https://github.com/rust-lang-nursery/rls), [rustc](https://www.rust-lang.org/), [rustfmt](https://github.com/rust-lang-nursery/rustfmt) |