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 edd5e2e commit d5b2b81Copy full SHA for d5b2b81
Magento2/ruleset.xml
@@ -678,13 +678,15 @@
678
<type>warning</type>
679
<exclude-pattern>*\.php$</exclude-pattern>
680
<exclude-pattern>*\.phtml$</exclude-pattern>
681
+ <!-- TODO: AC-1314 -->
682
<exclude name="Magento2.Legacy.CopyrightAnotherExtensionsFiles"/>
683
</rule>
684
<rule ref="Magento2.Legacy.Copyright">
685
<severity>5</severity>
686
687
<include-pattern>*\.php$</include-pattern>
688
<include-pattern>*\.phtml$</include-pattern>
689
690
<exclude name="Magento2.Legacy.Copyright"/>
691
692
<rule ref="Internal.NoCodeFound">
0 commit comments