-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathphpcs.xml
More file actions
22 lines (16 loc) · 782 Bytes
/
Copy pathphpcs.xml
File metadata and controls
22 lines (16 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<ruleset name="Laminas Coding Standard">
<rule ref="./vendor/laminas/laminas-coding-standard/src/LaminasCodingStandard/ruleset.xml"/>
<file>src</file>
<file>test</file>
<rule ref="WebimpressCodingStandard.NamingConventions.AbstractClass">
<exclude name="WebimpressCodingStandard.NamingConventions.AbstractClass"/>
</rule>
<rule ref="SlevomatCodingStandard.Classes.UnusedPrivateElements">
<exclude name="SlevomatCodingStandard.Classes.UnusedPrivateElements"/>
</rule>
<rule ref="WebimpressCodingStandard.NamingConventions.ValidVariableName">
<exclude name="WebimpressCodingStandard.NamingConventions.ValidVariableName"/>
</rule>
<exclude-pattern>*AlbumRepository*</exclude-pattern>
</ruleset>