Skip to content

Commit d5b2b81

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

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,13 +678,15 @@
678678
<type>warning</type>
679679
<exclude-pattern>*\.php$</exclude-pattern>
680680
<exclude-pattern>*\.phtml$</exclude-pattern>
681+
<!-- TODO: AC-1314 -->
681682
<exclude name="Magento2.Legacy.CopyrightAnotherExtensionsFiles"/>
682683
</rule>
683684
<rule ref="Magento2.Legacy.Copyright">
684685
<severity>5</severity>
685686
<type>warning</type>
686687
<include-pattern>*\.php$</include-pattern>
687688
<include-pattern>*\.phtml$</include-pattern>
689+
<!-- TODO: AC-1314 -->
688690
<exclude name="Magento2.Legacy.Copyright"/>
689691
</rule>
690692
<rule ref="Internal.NoCodeFound">

0 commit comments

Comments
 (0)