You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@groovy.apache.org by Chris Mair <cm...@gmail.com> on 2016/02/27 20:58:01 UTC

[ANN] Announcing CodeNarc 0.25.1

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.