The *CodeNarc Team *is proud to announce the release of version *1.5*. CodeNarc <http://codenarc.org/> is a static analysis tool for Groovy source code.
Version *1.5* includes 3 new rules, and several enhancements and bug fixes. See the full details in the release notes <https://github.com/CodeNarc/CodeNarc/blob/master/CHANGELOG.md>. *New Rules* - *ImplicitClosureParameter* rule (convention). Checks for usages of the implicit it closure parameter. - *NoFloat* rule (convention) - Checks for use of the float or Float types. - *NoDouble* rule (convention) - Checks for use of the double or Double types. Check us out on GitHub <https://github.com/CodeNarc/CodeNarc>! The Grails CodeNarc Plugin <http://grails.org/plugin/codenarc> has been updated to version *1.5* as well.