[Codenarc-user] [ANN] Announcing CodeNarc 0.25.1
Brought to you by:
chrismair
From: Chris M. <cm...@gm...> - 2016-02-27 19:48:23
|
The *CodeNarc Team *is proud to announce the release of version *0.25.1*. CodeNarc <http://codenarc.sourceforge.net/> is a static analysis tool for Groovy source code. Version *0.25.1* adds 2 new rules (bringing the total to 348 rules), and several bug fixes and other enhancements. Special thanks to Yuriy Chulovskyy for several contributions. *New Rules:* - *NoTabCharacter* rule (convention) - Check that source files do not contain the tab character. - *TrailingComma* rule (convention) - Checks for trailing comma in List and Map literals. 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.25.1* as well. |