We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c5bae commit 199057aCopy full SHA for 199057a
Magento2/ruleset.xml
@@ -192,6 +192,11 @@
192
<rule ref="Magento2.Namespaces.ImportsFromTestNamespace">
193
<severity>8</severity>
194
<type>warning</type>
195
+ <exclude-pattern>*/_files/*</exclude-pattern>
196
+ <exclude-pattern>*/Fixtures/*</exclude-pattern>
197
+ <exclude-pattern>*/Test/*</exclude-pattern>
198
+ <exclude-pattern>*Test.php</exclude-pattern>
199
+ <exclude-pattern>*/tests/*</exclude-pattern>
200
</rule>
201
<rule ref="Magento2.NamingConvention.InterfaceName">
202
0 commit comments