[Codenarc-user] [ANN] Announcing CodeNarc 1.4
Brought to you by:
chrismair
From: Chris M. <cm...@gm...> - 2019-05-27 13:35:33
|
The *CodeNarc Team *is proud to announce the release of version *1.4*. CodeNarc <http://codenarc.org/> is a static analysis tool for Groovy source code. Version *1.4* includes 4 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* - *CompileStatic* rule (convention) - Enforces all classes are annotated with @CompileStatic, @GrailsCompileStatic or @CompileDynamic annotations. - *JavadocMissingParamDescription* rule (comments) - Checks for missing description within @param javadoc tags. - *JavadocMissingThrowsDescription* rule (comments). Checks for missing description within @throws javadoc tags. - *JavadocMissingExceptionDescription* rule (comments). Checks for missing description within @exception javadoc tags. 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.4* as well. |