armsargis / CodeNarc

CodeNarc source

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maven Central

CodeNarc is a static analysis tool for Groovy source code, enabling monitoring and enforcement of many coding standards and best practices. CodeNarc applies a set of Rules (predefined and/or custom) that are applied to each Groovy file, and generates an HTML or XML report of the results, including a list of rules violated for each source file, and a count of the number of violations per package and for the whole project.

CodeNarc is similar to popular static analysis tools such as PMD or Checkstyle. Unlike those tools which analyze Java code, CodeNarc analyzes Groovy code.

DEPENDENCIES

CodeNarc requires

AVAILABLE FROM MAVEN CENTRAL REPOSITORY

For projects built using Gradle or Maven, CodeNarc is available from the Maven Central Repository.

  • groupId = org.codenarc
  • artifactId = CodeNarc

About

CodeNarc source

License:Apache License 2.0


Languages

Language:Groovy 57.1%Language:HTML 40.0%Language:Java 2.7%Language:CSS 0.1%Language:JavaScript 0.1%Language:Shell 0.0%Language:Batchfile 0.0%