-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathphpcs.xml
More file actions
26 lines (23 loc) · 812 Bytes
/
phpcs.xml
File metadata and controls
26 lines (23 loc) · 812 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
25
26
<?xml version="1.0"?>
<ruleset name="CakePHP Upgrade">
<rule ref="CakePHP"/>
<file>src/</file>
<file>tests/</file>
<exclude-pattern>tests/test_apps/</exclude-pattern>
<exclude-pattern>tests/TestCase/Rector/</exclude-pattern>
<rule ref="CakePHP.Commenting.FunctionComment.Missing">
<severity>0</severity>
</rule>
<rule ref="CakePHP.Commenting.FunctionComment.MissingParamTag">
<severity>0</severity>
</rule>
<rule ref="CakePHP.Commenting.FunctionComment.MissingReturn">
<severity>0</severity>
</rule>
<rule ref="CakePHP.Commenting.FunctionComment.MissingParamComment">
<severity>0</severity>
</rule>
<rule ref="CakePHP.Commenting.FunctionComment.MissingParamComment">
<severity>0</severity>
</rule>
</ruleset>