File tree 1 file changed +21
-0
lines changed
dev/tests/static/framework/Magento
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 15
15
<exclude-pattern >*/Test/*</exclude-pattern >
16
16
<exclude-pattern >*Test.php</exclude-pattern >
17
17
</rule >
18
+ <rule ref =" Magento2.Files.LineLength.MaxExceeded" >
19
+ <exclude-pattern >*.phtml</exclude-pattern >
20
+ </rule >
21
+ <rule ref =" Squiz.Operators.IncrementDecrementUsage" >
22
+ <exclude-pattern >*.phtml</exclude-pattern >
23
+ </rule >
24
+ <rule ref =" PEAR.ControlStructures.ControlSignature" >
25
+ <exclude-pattern >*.phtml</exclude-pattern >
26
+ </rule >
27
+ <rule ref =" Squiz.WhiteSpace.ScopeClosingBrace" >
28
+ <exclude-pattern >*.phtml</exclude-pattern >
29
+ </rule >
30
+ <rule ref =" PEAR.Functions.FunctionCallSignature" >
31
+ <exclude-pattern >*.phtml</exclude-pattern >
32
+ </rule >
33
+ <rule ref =" Squiz.ControlStructures.ControlSignature.NewlineAfterOpenBrace" >
34
+ <exclude-pattern >*.phtml</exclude-pattern >
35
+ </rule >
36
+ <rule ref =" Magento2.Security.LanguageConstruct.DirectOutput" >
37
+ <exclude-pattern >*.phtml</exclude-pattern >
38
+ </rule >
18
39
</ruleset >
You can’t perform that action at this time.
0 commit comments