-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathphpcbf.xml
More file actions
24 lines (18 loc) · 814 Bytes
/
phpcbf.xml
File metadata and controls
24 lines (18 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<ruleset name="Inachis AutoFixer">
<description>Automatic fixer rules for Inachis PHP code style</description>
<config name="php_version" value="80300"/>
<file>src</file>
<file>tests</file>
<exclude-pattern>var/*</exclude-pattern>
<exclude-pattern>vendor/*</exclude-pattern>
<exclude-pattern>node_modules/*</exclude-pattern>
<rule ref="PSR12"/>
<rule ref="SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint"/>
<rule ref="SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint"/>
<rule ref="SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly"/>
<arg name="extensions" value="php"/>
<arg name="colors"/>
<arg name="parallel" value="4"/>
<arg name="report" value="summary"/>
</ruleset>