14 lines
300 B
XML
14 lines
300 B
XML
![]() |
<?xml version="1.0"?>
|
||
|
<ruleset name="PHP_CodeSniffer">
|
||
|
|
||
|
<description>PHPCS configuration file.</description>
|
||
|
|
||
|
<file>src</file>
|
||
|
<file>tests</file>
|
||
|
|
||
|
<rule ref="PSR12"/>
|
||
|
|
||
|
<exclude-pattern>tests/reports</exclude-pattern>
|
||
|
<exclude-pattern>tests/_data</exclude-pattern>
|
||
|
|
||
|
</ruleset>
|