-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathphpcs.xml
More file actions
16 lines (13 loc) · 595 Bytes
/
phpcs.xml
File metadata and controls
16 lines (13 loc) · 595 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<ruleset name="Laminas Coding Standard">
<rule ref="./vendor/laminas/laminas-coding-standard/src/LaminasCodingStandard/ruleset.xml"/>
<!-- Paths to check -->
<file>src</file>
<file>rector.php</file>
<rule ref="WebimpressCodingStandard.NamingConventions.AbstractClass">
<exclude name="WebimpressCodingStandard.NamingConventions.AbstractClass"/>
</rule>
<rule ref="WebimpressCodingStandard.NamingConventions.ValidVariableName">
<exclude name="WebimpressCodingStandard.NamingConventions.ValidVariableName"/>
</rule>
</ruleset>