|
1 | 1 | <?xml version="1.0"?>
|
2 | 2 | <ruleset name="PHPStan webmozart/assert extension">
|
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"/>
|
|
53 | 61 | <property name="rootNamespaces" type="array" value="src=>PHPStan,tests=>PHPStan"/>
|
54 | 62 | </properties>
|
55 | 63 | </rule>
|
| 64 | + <exclude-pattern>tests/tmp</exclude-pattern> |
56 | 65 | <exclude-pattern>tests/*/data</exclude-pattern>
|
57 | 66 | </ruleset>
|
0 commit comments