File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 175
175
<rule ref =" Magento2.Files.LineLength" >
176
176
<severity >8</severity >
177
177
<type >warning</type >
178
+ <exclude-pattern >*.phtml</exclude-pattern >
178
179
</rule >
179
180
<rule ref =" Magento2.NamingConvention.InterfaceName" >
180
181
<severity >8</severity >
277
278
<rule ref =" Squiz.Operators.IncrementDecrementUsage" >
278
279
<severity >7</severity >
279
280
<type >warning</type >
281
+ <exclude-pattern >*.phtml</exclude-pattern >
280
282
</rule >
281
283
<rule ref =" Squiz.Operators.ValidLogicalOperators" >
282
284
<severity >7</severity >
345
347
<rule ref =" PEAR.ControlStructures.ControlSignature" >
346
348
<severity >6</severity >
347
349
<type >warning</type >
350
+ <exclude-pattern >*.phtml</exclude-pattern >
348
351
</rule >
349
352
<rule ref =" PSR1.Files.SideEffects" >
350
353
<severity >6</severity >
418
421
<severity >6</severity >
419
422
<type >warning</type >
420
423
</rule >
424
+ <rule ref =" Squiz.ControlStructures.ControlSignature.NewlineAfterOpenBrace" >
425
+ <exclude-pattern >*.phtml</exclude-pattern >
426
+ </rule >
421
427
<rule ref =" Squiz.ControlStructures.ForEachLoopDeclaration" >
422
428
<severity >6</severity >
423
429
<type >warning</type >
466
472
<rule ref =" Squiz.WhiteSpace.ScopeClosingBrace" >
467
473
<severity >6</severity >
468
474
<type >warning</type >
475
+ <exclude-pattern >*.phtml</exclude-pattern >
469
476
</rule >
470
477
<rule ref =" Squiz.WhiteSpace.ScopeKeywordSpacing" >
471
478
<severity >6</severity >
You can’t perform that action at this time.
0 commit comments