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 d3cacbe commit 8a7ff83Copy full SHA for 8a7ff83
Magento2/ruleset.xml
@@ -156,6 +156,10 @@
156
<rule ref="Magento2.Exceptions.TryProcessSystemResources">
157
<severity>8</severity>
158
<type>warning</type>
159
+ <exclude-pattern>*/_files/*</exclude-pattern>
160
+ <exclude-pattern>*/Fixtures/*</exclude-pattern>
161
+ <exclude-pattern>*/Test/*</exclude-pattern>
162
+ <exclude-pattern>*Test.php</exclude-pattern>
163
</rule>
164
<rule ref="Magento2.Functions.DiscouragedFunction">
165
0 commit comments