mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 00:11:53 +00:00
20 lines
488 B
XML
20 lines
488 B
XML
|
<?xml version="1.0"?>
|
||
|
<ruleset name="phpresque" namespace="ezyVet\PHPCS">
|
||
|
<description>PSR12</description>
|
||
|
|
||
|
<file>.</file>
|
||
|
|
||
|
<exclude-pattern>vendor/</exclude-pattern>
|
||
|
<exclude-pattern>tests/</exclude-pattern>
|
||
|
|
||
|
<arg name="extensions" value="php" />
|
||
|
<arg name="colors"/>
|
||
|
<arg value="sp"/>
|
||
|
<arg name="parallel" value="16"/>
|
||
|
<arg name="report-width" value="140" />
|
||
|
<ini name="memory_limit" value="256M"/>
|
||
|
|
||
|
<rule ref="PSR12">
|
||
|
</rule>
|
||
|
</ruleset>
|