Skip to content

Commit c7250a2

Browse files
committed
AC-206: Corrected rules names in magento-only-ruleset
1 parent c0d26b8 commit c7250a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Magento2/magento-only-ruleset.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<?xml version="1.0"?>
22
<ruleset name="Magento2 Only">
33
<description>Magento Coding Standard sniffs applicable for Magento Open Source development only</description>
4-
<rule ref="Magento2.Header.License">
4+
<rule ref="Magento2.Legacy.License">
55
<severity>5</severity>
66
<type>warning</type>
77
</rule>
8-
<rule ref="Magento2.Header.CopyrightAnotherExtensionsFiles">
8+
<rule ref="Magento2.Legacy.CopyrightAnotherExtensionsFiles">
99
<severity>5</severity>
1010
<type>warning</type>
1111
<exclude-pattern>*\.php$</exclude-pattern>
1212
<exclude-pattern>*\.phtml$</exclude-pattern>
1313
</rule>
14-
<rule ref="Magento2.Header.Copyright">
14+
<rule ref="Magento2.Legacy.Copyright">
1515
<severity>5</severity>
1616
<type>warning</type>
1717
<include-pattern>*\.php$</include-pattern>

0 commit comments

Comments
 (0)