Sha256: 7728f03ff68990957b6ad4a1f779d8fc6a1c6a17d844f77818bc13a040c71332

Contents?: true

Size: 656 Bytes

Versions: 2

Compression:

Stored size: 656 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
simplabs-excellent-1.0.0 README.markdown
simplabs-excellent-1.0.1 README.markdown