[Codenarc-user] [ANN] Announcing CodeNarc 0.23
Brought to you by:
chrismair
From: Chris M. <cm...@gm...> - 2015-02-24 00:33:34
|
The *CodeNarc Team *is proud to announce the release of version *0.23*. CodeNarc <http://codenarc.sourceforge.net/> is a static analysis tool for Groovy source code. Version *0.23* adds 2 new rules (bringing the total to 343 rules) and several bug fixes and enhancements. *New Rules:* - *NestedForLoop *rule (design) - Checks for nested for loops. - *ParameterCount *rule (size) - Checks if the number of parameters in method/constructor exceeds the number of parameters specified by the *maxParameters* property. See the full details in the release notes <https://github.com/CodeNarc/CodeNarc/blob/master/CHANGELOG.txt>. Check us out on GitHub <https://github.com/CodeNarc/CodeNarc>! The Grails CodeNarc Plugin <http://grails.org/plugin/codenarc> has been updated to version *0.23* as well. (The plugin was published and can be used, but for some reason, the plugin page does not yet show the 0.23 version) |