mimmi20/monolog-callbackfilterhandler

View on GitHub
phpcs.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0"?>
<ruleset name="monolog-callbackfilterhandler" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd">
    <description>monolog-callbackfilterhandler</description>

    <arg name="report" value="full"/>
    <arg value="wps"/>
    <arg name="encoding" value="utf-8"/>

    <!-- Check up to 8 files simultaneously. -->
    <arg name="parallel" value="8"/>

    <!-- inherit rules from: -->
    <rule ref="Mimmi20CodingStandard">
        <exclude name="SlevomatCodingStandard.Functions.FunctionLength.FunctionLength"/>
        <exclude name="SlevomatCodingStandard.Complexity.Cognitive.ComplexityTooHigh"/>
    </rule>

    <!-- Paths to check -->
    <file>src</file>
    <file>tests</file>
    <file>.php-cs-fixer.php</file>
    <file>rector.php</file>
</ruleset>