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

templates.codenarc-rule-index.md.template Maven / Gradle / Ivy

There is a newer version: 3.5.0-groovy-4.0
Show newest version
---
layout: default
title: CodeNarc - Rule Index
---

# Rule Index

**CodeNarc** includes ${numberOfRules} rules.
    <% ruleSets.each { name, rules ->\
         def ruleSetLink = "./codenarc-rules-${name}.html"
         def capitalizedName = name.capitalize() %>
## [$capitalizedName]($ruleSetLink)
<% rules.each { rule -> def extraInfo = ruleExtraInformation[rule.name] ? "  (${ruleExtraInformation[rule.name]})" : ''  %>\
  * [${rule.name}](./codenarc-rules-${name}.html#${rule.name.toLowerCase()}-rule)  ${extraInfo}
<% } } %>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy