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

templates.codenarc-rule-index-by-name.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 by Name
---

# Rule Index by Name

**CodeNarc** includes ${numberOfRules} rules.

## Rules
<% ruleToRuleSetMap.each { rule, ruleSetName -> def extraInfo = ruleExtraInformation[rule.name] ? "  (${ruleExtraInformation[rule.name]})" : ''  %>\
  * [${rule.name}](./codenarc-rules-${ruleSetName}.html#${rule.name.toLowerCase()}-rule)  ${extraInfo}
<% } %>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy