1

http://rubygems.org/gems/reek Not sure if this is in active development, is there an alternative to the reek tool.

Joe
  • 14,513
  • 28
  • 82
  • 144
  • 1
    Check these - http://devver.wordpress.com/2008/10/03/ruby-tools-roundup/. Also, any issues that you found with `reek`, I'm not sure, they haven't had a release after 2010. but the version I downloaded from the site works good enough for me. – verisimilitude Sep 01 '12 at 04:04
  • 1
    You may also have a look at - http://stackoverflow.com/questions/286564/can-anyone-recommend-a-ruby-source-code-analyzer-something-like-pylint – verisimilitude Sep 01 '12 at 04:04
  • 1
    https://www.ruby-toolbox.com/categories/code_metrics – Stefan Sep 01 '12 at 07:54
  • 1
    Just want to add that as of 2013-11-25 it is still in active development. – Gilles Nov 26 '13 at 03:45

1 Answers1

3
  1. Rubocop
  2. Rubycritic
  3. Hound
  4. Ruby-lint
  5. Tailor
Rajanand02
  • 1,303
  • 13
  • 19