[Codenarc-user] [ANN] Announcing CodeNarc 1.6
Brought to you by:
chrismair
From: Chris M. <cm...@gm...> - 2020-06-13 18:26:48
|
The *CodeNarc Team *is proud to announce the release of version *1.6*. CodeNarc <http://codenarc.org/> is a static analysis tool for Groovy source code. Version *1.6* includes 2 new rules, and several enhancements and bug fixes, and improved Groovy 3.0 support. See the full details in the release notes <https://github.com/CodeNarc/CodeNarc/blob/master/CHANGELOG.md>. *New Rules* - *ImplicitReturnStatement* rule (convention). Checks for non-void methods that are missing an explicit return statement. - *GrailsDomainGormMethods* rule (convention) - Checks for use of GORM methods. 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.6* as well. |