diff options
author | Brandon Roehl <SkyGuy913@gmail.com> | 2017-04-08 05:24:20 -0500 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2017-04-08 11:24:20 +0100 |
commit | 4e40e8cb608fef9b088e6712d83f4fc3dccd5e77 (patch) | |
tree | 270316220de5e547f2fe7f3f565ffb2f3f2b2a5c /README.md | |
parent | cc8eb0586043f1fcec73595c8a43d895a4753a05 (diff) | |
download | ale-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) | |