17 lines
425 B
XML
17 lines
425 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="TinkerTickets">
|
|
<description>PSR-12 with project-specific exclusions</description>
|
|
|
|
<file>.</file>
|
|
<exclude-pattern>*/uploads/*</exclude-pattern>
|
|
<exclude-pattern>*/migrations/*</exclude-pattern>
|
|
<exclude-pattern>*/.gitea/*</exclude-pattern>
|
|
|
|
<arg name="extensions" value="php"/>
|
|
<arg name="colors"/>
|
|
<arg value="sp"/>
|
|
|
|
<rule ref="PSR12"/>
|
|
</ruleset>
|
|
|