|
1 | 1 | <?xml version="1.0"?>
|
2 | 2 | <ruleset name="PHPStan PHPUnit extensions and rules">
|
3 | | - <rule ref="build-cs/vendor/consistence/coding-standard/Consistence/ruleset.xml"> |
| 3 | + <arg name="colors"/> |
| 4 | + <arg name="extensions" value="php"/> |
| 5 | + <arg name="encoding" value="utf-8"/> |
| 6 | + <arg name="tab-width" value="4"/> |
| 7 | + <arg name="cache" value="tmp/cache/phpcs"/> |
| 8 | + <arg value="sp"/> |
| 9 | + <file>src</file> |
| 10 | + <file>tests</file> |
| 11 | + <rule ref="build-cs/vendor/consistence-community/coding-standard/Consistence/ruleset.xml"> |
4 | 12 | <exclude name="Squiz.Functions.GlobalFunction.Found"/>
|
5 | 13 | <exclude name="SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameAfterKeyword"/>
|
6 | 14 | <exclude name="SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameInAnnotation"/>
|
|
52 | 60 | <property name="rootNamespaces" type="array" value="src=>PHPStan,tests=>PHPStan"/>
|
53 | 61 | </properties>
|
54 | 62 | </rule>
|
| 63 | + <exclude-pattern>tests/tmp</exclude-pattern> |
55 | 64 | <exclude-pattern>tests/*/data</exclude-pattern>
|
56 | 65 | </ruleset>
|
0 commit comments