Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 48cae20

Browse files
committed
#109 dropping CS check exclusions that don't match any classes in the coding standard lib
1 parent bdcc013 commit 48cae20

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

phpcs.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,6 @@
22
<ruleset name="Zend Framework coding standard">
33
<rule ref="./vendor/zendframework/zend-coding-standard/ruleset.xml"/>
44

5-
<rule ref="ZendCodingStandard.Commenting.FunctionComment.TypeHintMissing">
6-
<severity>0</severity>
7-
</rule>
8-
9-
<rule ref="ZendCodingStandard.NamingConventions.ValidVariableName.NotCamelCaps">
10-
<exclude-pattern>src/Scanner/AnnotationScanner.php</exclude-pattern>
11-
<exclude-pattern>src/Scanner/ClassScanner.php</exclude-pattern>
12-
<exclude-pattern>src/Scanner/DocBlockScanner.php</exclude-pattern>
13-
<exclude-pattern>src/Scanner/MethodScanner.php</exclude-pattern>
14-
<exclude-pattern>src/Scanner/TokenArrayScanner.php</exclude-pattern>
15-
</rule>
16-
175
<!-- Paths to check -->
186
<file>src</file>
197
<file>test</file>

0 commit comments

Comments
 (0)