Skip to content

Commit edd5e2e

Browse files
committed
AC-1335: Exclude the copyright sniff
1 parent 5df47dc commit edd5e2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Magento2/ruleset.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,12 +678,14 @@
678678
<type>warning</type>
679679
<exclude-pattern>*\.php$</exclude-pattern>
680680
<exclude-pattern>*\.phtml$</exclude-pattern>
681+
<exclude name="Magento2.Legacy.CopyrightAnotherExtensionsFiles"/>
681682
</rule>
682683
<rule ref="Magento2.Legacy.Copyright">
683684
<severity>5</severity>
684685
<type>warning</type>
685686
<include-pattern>*\.php$</include-pattern>
686687
<include-pattern>*\.phtml$</include-pattern>
688+
<exclude name="Magento2.Legacy.Copyright"/>
687689
</rule>
688690
<rule ref="Internal.NoCodeFound">
689691
<severity>0</severity>

0 commit comments

Comments
 (0)