marcoow / excellent forked from simplabs/excellent

Source Code analysis gem for Ruby and Rails

This URL has Read+Write access

marcoow (author)
Wed May 06 09:34:19 -0700 2009
commit  c13b52dfef50ccdc31297ed75098c9f5e0ee566e
tree    36741897019c236d359f986e1b9371b2423cceed
parent  3bf18171eea69fadba53a9666ccaf40b5591a6cf
name age message
file .gitignore Wed May 06 08:48:55 -0700 2009 v1.0.0 [marcoow]
file History.txt Loading commit data...
file MIT-LICENSE
file README.markdown
file Rakefile
file VERSION.yml
directory bin/
file excellent.gemspec
directory lib/
directory spec/
README.markdown

simplabs-excellent

Excellent is a source code analysis gem. It detects commonly regarded bad code snippets like empty rescue blocks etc.

Installation

gem sources -a http://gems.github.com
sudo gem install simplabs-excellent

Example

To analyse all the models in your Rails application, just do

excellent "app/models/**/*.rb"

in your RAILS_ROOT.

Acknowledgements

Excellent is based on roodi by Marty Andrews. However, it will get more functionaliy than roodi in the future.

Author

Copyright (c) 2009 Marco Otte-Witte (http://simplabs.com), released under the MIT license