Is there a static code analysis tool for ruby with following characteristics.
- Apart from the checks it performs, allow users to specify what additional checks to be performed
- Allow specifying what code elements to be ignored?
|
Is there a static code analysis tool for ruby with following characteristics.
|
|||
|
|
Check out the various options available in the code metrics category on The Ruby Toolbox. Of these, I have used cane. It's simple to use, and allows for configuring custom rules. Example: Running The author of the gem Xavier Shay is active on stackoverflow and is very helpful. |
|||
|
|
|
Excellent (http://simplabs.github.com/excellent/) answer to your #1 point (allows you to write some checks, and to pass it the checks you want it to run). Regarding specifying code elements, it depends :
Those two options suppose pre/post process using Ruby. |
|||
|
|