forked from CodeNarc/CodeNarc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
26 lines (20 loc) · 1.2 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
CodeNarc -- http://codenarc.org/
-------------------------------------------------------------------------------
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
- Groovy version 2.1 or later
- The Log4J jar, version 1.2.13 or later, accessible on the CLASSPATH
(http://logging.apache.org/log4j/index.html).
- The GMetrics jar, version 0.7 or later -- optional if using some of the size/complexity rules
(http://gmetrics.sourceforge.net/).
AVAILABLE FROM MAVEN CENTRAL REPOSITORY
For projects built using Maven, CodeNarc is available from the Maven Central Repository.
- groupId = org.codenarc
- artifactId = CodeNarc