-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathphpcs.xml
More file actions
19 lines (19 loc) · 771 Bytes
/
Copy pathphpcs.xml
File metadata and controls
19 lines (19 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<ruleset name="Basicrum Magento">
<description>Magento coding standards for first-party production PHP and templates.</description>
<rule ref="Magento2"/>
<!-- These stateless validators intentionally share save/runtime semantics;
plugins can intercept the consumers instead. No additional service layer. -->
<rule ref="Magento2.Functions.StaticFunction">
<exclude-pattern>*/Model/Config.php</exclude-pattern>
</rule>
<file>Api</file>
<file>Block</file>
<file>Model</file>
<file>ViewModel</file>
<file>view/frontend/templates</file>
<file>view/adminhtml/templates</file>
<file>registration.php</file>
<arg name="extensions" value="php,phtml"/>
<arg name="colors"/>
</ruleset>