All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.StarterRuleSet-AllRules.groovy.template Maven / Gradle / Ivy

There is a newer version: 3.5.0-groovy-4.0
Show newest version
ruleset {

    description '''
        A Sample Groovy RuleSet containing all CodeNarc Rules
        You can use this as a template for your own custom RuleSet.
        Just delete the rules that you don't want to include.
        '''

    <% rules.each { rule -> def extraInfo = ruleExtraInformation[rule.name] ? "  // ${ruleExtraInformation[rule.name]}" : ''  %>${rule.name} ${extraInfo}
    <% } %>
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy