<?xml version="1.0"?>

<ruleset name="PSR-12 based minimal">
    <description>Tectalic Coding Standards</description>

    <!-- Include the whole PSR-12 standard -->
    <rule ref="PSR12">
        <!-- Ignore Line Length errors -->
        <exclude name="Generic.Files.LineLength.TooLong" />
    </rule>

    <!-- Define files to check -->
    <file>./src</file>
    <file>./tests</file>
</ruleset>
