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

rulesets.dry.xml Maven / Gradle / Ivy

There is a newer version: 3.5.0-groovy-4.0
Show newest version
<ruleset xmlns="http://codenarc.org/ruleset/1.0"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://codenarc.org/ruleset/1.0 http://codenarc.org/ruleset-schema.xsd"
        xsi:noNamespaceSchemaLocation="http://codenarc.org/ruleset-schema.xsd">

    <description>
        Dry rule set.
        These rules check for duplicate code, enforcing the DRY (Don't Repeat Yourself) principle.
    </description>

    <rule class='org.codenarc.rule.dry.DuplicateNumberLiteralRule'/>
    <rule class='org.codenarc.rule.dry.DuplicateListLiteralRule'/>
    <rule class='org.codenarc.rule.dry.DuplicateMapLiteralRule'/>
    <rule class='org.codenarc.rule.dry.DuplicateStringLiteralRule'/>

</ruleset>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy