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 e4f12a7 commit f258e53Copy full SHA for f258e53
Magento2/ruleset.xml
@@ -165,10 +165,10 @@
165
<exclude-pattern>*\.js$</exclude-pattern>
166
</rule>
167
<rule ref="Magento2.Legacy.ClassReferencesInConfigurationFiles">
168
- <include-pattern>*\/etc/*.xml$</include-pattern>
169
- <exclude-pattern>*\/etc/wsdl.xml$</exclude-pattern>
170
- <exclude-pattern>*\/etc/wsdl2.xml$</exclude-pattern>
171
- <exclude-pattern>*\/etc/wsi.xml$</exclude-pattern>
+ <include-pattern>*/etc/*.xml$</include-pattern>
+ <exclude-pattern>*/etc/wsdl.xml$</exclude-pattern>
+ <exclude-pattern>*/etc/wsdl2.xml$</exclude-pattern>
+ <exclude-pattern>*/etc/wsi.xml$</exclude-pattern>
172
<severity>10</severity>
173
<type>error</type>
174
0 commit comments