mirror of
https://github.com/Dannecron/coverage-merger.git
synced 2025-12-26 00:02:35 +03:00
9 lines
249 B
XML
9 lines
249 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="psr-12">
|
|
<rule ref="PSR12" />
|
|
|
|
<exclude-pattern>./vendor/*</exclude-pattern>
|
|
<exclude-pattern>./tests/data/*</exclude-pattern>
|
|
<exclude-pattern>./*\.(xml|js)$</exclude-pattern>
|
|
</ruleset>
|