Skip to content

Commit f8cab4a

Browse files
committed
AC-1335: Exclude the copyright sniff
1 parent d5b2b81 commit f8cab4a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Magento2/ruleset.xml

+5-4
Original file line numberDiff line numberDiff line change
@@ -678,18 +678,19 @@
678678
<type>warning</type>
679679
<exclude-pattern>*\.php$</exclude-pattern>
680680
<exclude-pattern>*\.phtml$</exclude-pattern>
681-
<!-- TODO: AC-1314 -->
682-
<exclude name="Magento2.Legacy.CopyrightAnotherExtensionsFiles"/>
683681
</rule>
684682
<rule ref="Magento2.Legacy.Copyright">
685683
<severity>5</severity>
686684
<type>warning</type>
687685
<include-pattern>*\.php$</include-pattern>
688686
<include-pattern>*\.phtml$</include-pattern>
689-
<!-- TODO: AC-1314 -->
690-
<exclude name="Magento2.Legacy.Copyright"/>
691687
</rule>
692688
<rule ref="Internal.NoCodeFound">
693689
<severity>0</severity>
694690
</rule>
691+
<!-- TODO: AC-1314 -->
692+
<rule ref="Magento2.Legacy">
693+
<exclude name="Magento2.Legacy.Copyright"/>
694+
<exclude name="Magento2.Legacy.CopyrightAnotherExtensionsFiles"/>
695+
</rule>
695696
</ruleset>

0 commit comments

Comments
 (0)