Re: [ANN] Announcing CodeNarc 1.3

2019-01-30 Thread Mario Garcia
Great! Keep up with the good work! I think Codenarc is one of the most
useful projects in the Groovy ecosystem.

El mar., 29 ene. 2019 a las 19:00, Daniel.Sun ()
escribió:

> Nice work!
>
>
>
>
>
> -
> Apache Groovy committer
> Blog: http://blog.sunlan.me
> Twitter: @daniel_sun
>
> --
> Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html
>


Re: [ANN] Announcing CodeNarc 1.3

2019-01-29 Thread Daniel.Sun
Nice work!





-
Apache Groovy committer 
Blog: http://blog.sunlan.me 
Twitter: @daniel_sun 

--
Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html


[ANN] Announcing CodeNarc 1.3

2019-01-28 Thread Chris Mair
The *CodeNarc Team *is proud to announce the release of version *1.3*.

CodeNarc  is a static analysis tool for Groovy source
code.

Version *1.3* includes 14 new rules (and a new "comments" ruleset), and
several enhancements and bug fixes. See the full details in the release
notes .

*New Rules*

   - ClassEndsWithBlankLine rule (formatting) - Check whether the class
   ends with a blank line.
   - ClassStartsWithBlankLine rule (formatting) - Check whether the class
   starts with a blank line.
   - ExplicitCallToPutAtMethod rule - Detects when the map.putAt(k, v) method
   is called directly rather than using map[k] = v.
   - JavadocEmptyFirstLine rule (comments) - Check for javadoc comments
   with an empty top line.
   - JavadocEmptyLastLine rule (comments) - Check for javadoc comments with
   an empty line at the bottom.
   - JavadocConsecutiveEmptyLines rule (comments) - Checks for javadoc
   comments with more than one consecutive empty line.
   - JavadocEmptySeeTag rule (comments) - Checks for empty @see tags within
   javadoc.
   - JavadocEmptyParamTag rule (comments) - Checks for empty @param tags
   within javadoc.
   - JavadocEmptyReturnTag rule (comments) - Checks for empty @return tags
   within javadoc.
   - JavadocEmptyThrowsTag rule (comments) - Checks for empty @throws tag
   within javadoc.
   - JavadocEmptyExceptionTag rule (comments) - Checks for empty @exception
   tag within javadoc.
   - JavadocEmptyAuthorTag rule (comments) - Checks for empty @author tags
   within javadoc.
   - JavadocEmptySinceTag rule (comments) - Checks for empty @since tags
   within javadoc.
   - JavadocEmptyVersionTag rule (comments) - Checks for empty @version
   tags within javadoc.

Check us out on GitHub !

The Grails CodeNarc Plugin  has been
updated to version *1.3* as well.