org.codenarc.tool
[Groovy] Class GenerateRuleSetAllRulesByCategory
java.lang.Object
org.codenarc.tool.GenerateRuleSetAllRulesByCategory
class GenerateRuleSetAllRulesByCategory
Java application (main() method) that generates the "StarterRuleSet-AllRulesByCategory.groovy.txt.template" file.
This file is a valid CodeNarc ruleset file that includes ALL rules distributed with CodeNarc, grouped by the
category.
- Authors:
- Chris Mair
- Version:
- \$Revision: 635 \$ - \$Date: 2011-03-05 14:33:52 -0500 (Sat, 05 Mar 2011) \$
Method Summary |
static void
|
main(String[] args)
Write out all current rules to the 'codenarc-base-rules.properties' properties file
|
RULESET_FILE
protected static final def RULESET_FILE
-
ruleSetFile
protected static def ruleSetFile
-
main
static void main(String[] args)
- Write out all current rules to the 'codenarc-base-rules.properties' properties file
- Parameters:
args
- - command-line args (not used)
Groovy Documentation