We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fac658 commit e9cdc05Copy full SHA for e9cdc05
Magento2/ruleset.xml
@@ -61,13 +61,17 @@
61
<type>error</type>
62
<exclude-pattern>*/_files/*</exclude-pattern>
63
<exclude-pattern>*/Fixtures/*</exclude-pattern>
64
+ <exclude-pattern>*/lib/*</exclude-pattern>
65
<exclude-pattern>*/Test/*</exclude-pattern>
66
<exclude-pattern>*Test.php</exclude-pattern>
67
</rule>
68
<rule ref="Magento2.Security.LanguageConstruct">
69
<severity>10</severity>
70
71
72
+ <rule ref="Magento2.Security.LanguageConstruct.DirectOutput">
73
+ <exclude-pattern>*.phtml</exclude-pattern>
74
+ </rule>
75
<rule ref="Magento2.Security.Superglobal.SuperglobalUsageError">
76
77
0 commit comments