File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 15
15
- InpsydeCodingStandard.CodeQuality.HookClosureReturn.ReturnFromAction
16
16
- InpsydeCodingStandard.CodeQuality.NoElse
17
17
- InpsydeCodingStandard.CodeQuality.NoElse.NoElse
18
- - InpsydeCodingStandard.CodeQuality.NoSetter
19
- - InpsydeCodingStandard.CodeQuality.NoSetter.NoSetter
18
+ - InpsydeCodingStandard.CodeQuality.NoAccessors
19
+ - InpsydeCodingStandard.CodeQuality.NoAccessors.NoGetter
20
+ - InpsydeCodingStandard.CodeQuality.NoAccessors.NoSetter
20
21
- InpsydeCodingStandard.CodeQuality.PropertyPerClassLimit
21
22
- InpsydeCodingStandard.CodeQuality.PropertyPerClassLimit.TooMuchProperties
22
23
- InpsydeCodingStandard.CodeQuality.ReturnTypeDeclaration
Original file line number Diff line number Diff line change 6
6
<autoload >./Inpsyde/Helpers.php</autoload >
7
7
<autoload >./Inpsyde/PHPCSAliases.php</autoload >
8
8
9
- <file >./Inpsyde/Sniffs/CodeQuality</file >
9
+ <file >./Inpsyde/Sniffs</file >
10
+ <file >./tests/src</file >
11
+ <file >./tests/cases</file >
10
12
11
13
<!--
12
14
PHP 7.0 and higher.
41
43
<exclude name =" NeutronStandard.Functions.LongFunction" />
42
44
<exclude name =" NeutronStandard.Functions.VariableFunctions" />
43
45
<exclude name =" NeutronStandard.Functions.TypeHint" />
46
+ <exclude name =" NeutronStandard.Constants.DisallowDefine" />
44
47
</rule >
45
48
46
49
<!--
88
91
<!--
89
92
Use own styles :)
90
93
-->
91
- <rule ref =" ./Inpsyde/Sniffs/CodeQuality/ArgumentTypeDeclarationSniff.php" />
92
94
<rule ref =" ./Inpsyde/Sniffs/CodeQuality/DisallowShortOpenTagSniff.php" />
93
95
<rule ref =" ./Inpsyde/Sniffs/CodeQuality/ElementNameMinimalLengthSniff.php" />
94
96
<rule ref =" ./Inpsyde/Sniffs/CodeQuality/ForbiddenPublicPropertySniff.php" />
95
97
<rule ref =" ./Inpsyde/Sniffs/CodeQuality/FunctionLengthSniff.php" />
96
98
<rule ref =" ./Inpsyde/Sniffs/CodeQuality/HookClosureReturnSniff.php" />
97
99
<rule ref =" ./Inpsyde/Sniffs/CodeQuality/LineLengthSniff.php" />
98
100
<rule ref =" ./Inpsyde/Sniffs/CodeQuality/NoElseSniff.php" />
99
- <rule ref =" ./Inpsyde/Sniffs/CodeQuality/NoSetterSniff .php" />
101
+ <rule ref =" ./Inpsyde/Sniffs/CodeQuality/NoAccessorsSniff .php" />
100
102
<rule ref =" ./Inpsyde/Sniffs/CodeQuality/PropertyPerClassLimitSniff.php" />
101
- <rule ref =" ./Inpsyde/Sniffs/CodeQuality/ReturnTypeDeclarationSniff.php" />
102
103
103
104
</ruleset >
You can’t perform that action at this time.
0 commit comments