bmitch/Codor

View on GitHub
codor.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="UTF-8"?>
<ruleset name="Project">
    <description>Project Coding Standard</description>

    <rule ref="src/Codor/ruleset.xml"/>
    <rule ref="Codor.Files.IndentationLevel">
        <properties>
            <property name="indentationLimit" value="3"/>
        </properties>
    </rule>
</ruleset>