marcoow / excellent forked from simplabs/excellent
- Source
- Commits
- Network (3)
- Downloads (7)
- Wiki (1)
- Graphs
-
Tag:
v1.0.1
commit c13b52dfef50ccdc31297ed75098c9f5e0ee566e
tree 36741897019c236d359f986e1b9371b2423cceed
parent 3bf18171eea69fadba53a9666ccaf40b5591a6cf
tree 36741897019c236d359f986e1b9371b2423cceed
parent 3bf18171eea69fadba53a9666ccaf40b5591a6cf
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed May 06 08:48:55 -0700 2009 | |
| |
History.txt | ||
| |
MIT-LICENSE | ||
| |
README.markdown | ||
| |
Rakefile | ||
| |
VERSION.yml | ||
| |
bin/ | ||
| |
excellent.gemspec | ||
| |
lib/ | ||
| |
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

