Add the Reek checker for Ruby. (#490)

Add the Reek checker for Ruby.
This commit is contained in:
Eddie Lebow
2017-04-20 02:37:08 -04:00
committed by w0rp
parent c6ef9e28a5
commit 0384cabd77
5 changed files with 146 additions and 2 deletions

View File

@@ -2,6 +2,27 @@
ALE Ruby Integration *ale-ruby-options*
-------------------------------------------------------------------------------
reek *ale-ruby-reek*
g:ale_ruby_reek_show_context *g:ale_ruby_reek_show_context*
Type: |Number|
Default: 0
Controls whether context is included in the linter message. Defaults to off
because context is usually obvious while viewing a file.
g:ale_ruby_reek_show_wiki_link *g:ale_ruby_reek_show_wiki_link*
Type: |Number|
Default: 0
Controls whether linter messages contain a link to an explanatory wiki page
for the type of code smell. Defaults to off to improve readability.
-------------------------------------------------------------------------------
rubocop *ale-ruby-rubocop*