mirror of
https://github.com/ivuorinen/monolog-gdpr-filter.git
synced 2026-01-26 11:44:04 +00:00
12 lines
412 B
XML
12 lines
412 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="PSR12"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd">
|
|
<description>PHP_CodeSniffer configuration for PSR-12 coding standard.</description>
|
|
<rule ref="PSR12" />
|
|
<file>src/</file>
|
|
<file>tests/</file>
|
|
<file>rector.php</file>
|
|
<exclude-pattern>vendor/</exclude-pattern>
|
|
</ruleset>
|