19 lines
No EOL
591 B
XML
19 lines
No EOL
591 B
XML
<?xml version="1.0"?>
|
|
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="PHP_CodeSniffer"
|
|
xsi:noNamespaceSchemaLocation="./vendor/squizlabs/php_codesniffer/phpcs.xsd">
|
|
<description>Coding Standard</description>
|
|
|
|
<file>src</file>
|
|
|
|
<arg name="basepath" value="." />
|
|
<arg name="colors" />
|
|
<arg name="parallel" value="75" />
|
|
<arg value="np" />
|
|
|
|
<rule ref="PSR12">
|
|
<exclude name="Generic.Files.LineEndings" />
|
|
<exclude name="Generic.NamingConventions.CamelCapsFunctionName" />
|
|
<exclude name="PSR1.Methods.CamelCapsMethodName" />
|
|
</rule>
|
|
|
|
</ruleset> |