diff options
author | Eddie Lebow <elebow@users.noreply.github.com> | 2017-04-20 02:37:08 -0400 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2017-04-20 07:37:08 +0100 |
commit | 0384cabd77e38f9a04ff1c8832f6b755855e909e (patch) | |
tree | 502e93f9a0f30dc47a932ac316a4879d464272c0 /doc/ale.txt | |
parent | c6ef9e28a50f2378568c4c35a5346b495cb15c34 (diff) | |
download | ale-0384cabd77e38f9a04ff1c8832f6b755855e909e.zip |
Add the Reek checker for Ruby. (#490)
Add the Reek checker for Ruby.
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 8979b1b8..8011a215 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -60,6 +60,7 @@ CONTENTS *ale-contents* mypy................................|ale-python-mypy| pylint..............................|ale-python-pylint| ruby..................................|ale-ruby-options| + reek................................|ale-ruby-reek| rubocop.............................|ale-ruby-rubocop| rust..................................|ale-rust-options| cargo...............................|ale-rust-cargo| @@ -155,7 +156,7 @@ The following languages and tools are supported. * reStructuredText: 'proselint' * RPM spec: 'spec' * Rust: 'rustc' (see |ale-integration-rust|) -* Ruby: 'rubocop' +* Ruby: 'reek', 'rubocop' * SASS: 'sasslint', 'stylelint' * SCSS: 'sasslint', 'scsslint', 'stylelint' * Scala: 'scalac' |