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

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

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

Rule Index
~~~~~~~~~~
  <> includes ${numberOfRules} rules.

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








© 2015 - 2024 Weber Informatics LLC | Privacy Policy