Uh oh!
There was an error while loading. Please reload this page.
forked from deployphp/deployer
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpcs.xml
More file actions
Latest commit
33 lines (30 loc) · 1.71 KB
/
Copy pathphpcs.xml
File metadata and controls
33 lines (30 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0"?>
<rulesetxmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"name="Deployer"
xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd">
<configname="installed_paths"value="../../slevomat/coding-standard"/><!-- relative path from PHPCS source location -->
<ruleref="SlevomatCodingStandard.TypeHints.DeclareStrictTypes">
<properties>
<propertyname="declareOnFirstLine"value="1" />
<propertyname="newlinesCountBetweenOpenTagAndDeclare"value="0" />
<propertyname="newlinesCountAfterDeclare"value="1" />
<propertyname="spacesCountAroundEqualsSign"value="0" />
</properties>
</rule>
<ruleref="SlevomatCodingStandard.TypeHints.PropertyTypeHint">
<excludename="SlevomatCodingStandard.TypeHints.PropertyTypeHint.MissingTraversableTypeHintSpecification" />
<excludename="SlevomatCodingStandard.TypeHints.PropertyTypeHint.MissingNativeTypeHint" />
</rule>
<ruleref="SlevomatCodingStandard.TypeHints.ParameterTypeHint">
<excludename="SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingTraversableTypeHintSpecification" />
<excludename="SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint" />
</rule>
<ruleref="SlevomatCodingStandard.TypeHints.ReturnTypeHint">
<excludename="SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingTraversableTypeHintSpecification" />
<excludename="SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint" />
</rule>
<file>src</file>
<argname="basepath"value="."/>
<argname="colors"/>
<argname="parallel"value="75"/>
<argvalue="np"/>
</ruleset>