You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
605 B
XML
21 lines
605 B
XML
<?xml version="1.0"?>
|
|
<ruleset>
|
|
<file>./loader/bin/console.php</file>
|
|
<file>./loader/phar/stub.php</file>
|
|
<file>./loader/public/index.php</file>
|
|
<file>./loader/src</file>
|
|
<file>./compiler</file>
|
|
|
|
<rule ref="SCS1" >
|
|
<exclude name="PSR12.Properties.ConstantVisibility" />
|
|
</rule>
|
|
<rule ref="PHPCompatibility"/>
|
|
<config name="testVersion" value="5.6-8.2"/>
|
|
|
|
<arg name="cache" value=".php_cs.cache"/>
|
|
<arg name="report-checkstyle" value="php_cs.xml"/>
|
|
<arg name="report-full" value="php_cs.txt"/>
|
|
<arg name="report-summary"/>
|
|
<arg value="s"/>
|
|
</ruleset>
|