mirror of
https://github.com/superhelio/commands.git
synced 2026-01-26 03:33:59 +00:00
20 lines
591 B
XML
20 lines
591 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="Project"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd">
|
|
<description>Project PHP Code Style Rules</description>
|
|
|
|
<file>src</file>
|
|
<file>tests</file>
|
|
|
|
<arg name="basepath" value="."/>
|
|
<arg name="colors"/>
|
|
<arg name="parallel" value="75"/>
|
|
<arg value="np"/>
|
|
|
|
<exclude-pattern>*/.git/*</exclude-pattern>
|
|
<exclude-pattern>*/vendor/*</exclude-pattern>
|
|
|
|
<rule ref="PSR2" />
|
|
</ruleset>
|