summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBrandon Roehl <SkyGuy913@gmail.com>2017-04-08 05:24:20 -0500
committerw0rp <w0rp@users.noreply.github.com>2017-04-08 11:24:20 +0100
commit4e40e8cb608fef9b088e6712d83f4fc3dccd5e77 (patch)
tree270316220de5e547f2fe7f3f565ffb2f3f2b2a5c /README.md
parentcc8eb0586043f1fcec73595c8a43d895a4753a05 (diff)
downloadale-4e40e8cb608fef9b088e6712d83f4fc3dccd5e77.zip
Add Ruby MRI linter (#453)
* Added ruby mri linter * Added to the list of supported linters * Async and now with 4 spaces * Vader tests for ruby * Match style choices * Vader test for the Ruby handler now works and passes
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 7c0507ab..81793099 100644
--- a/README.md
+++ b/README.md
@@ -94,7 +94,7 @@ name. That seems to be the fairest way to arrange this table.
| Puppet | [puppet](https://puppet.com), [puppet-lint](https://puppet-lint.com) |
| Python | [flake8](http://flake8.pycqa.org/en/latest/), [mypy](http://mypy-lang.org/), [pylint](https://www.pylint.org/) |
| reStructuredText | [proselint](http://proselint.com/)|
-| Ruby | [rubocop](https://github.com/bbatsov/rubocop) |
+| Ruby | [rubocop](https://github.com/bbatsov/rubocop), [ruby](https://www.ruby-lang.org) |
| Rust | [rustc](https://www.rust-lang.org/), cargo (see `:help ale-integration-rust` for configuration instructions) |
| SASS | [sass-lint](https://www.npmjs.com/package/sass-lint), [stylelint](https://github.com/stylelint/stylelint) |
| SCSS | [sass-lint](https://www.npmjs.com/package/sass-lint), [scss-lint](https://github.com/brigade/scss-lint), [stylelint](https://github.com/stylelint/stylelint) |