File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 104
104
<type >warning</type >
105
105
</rule >
106
106
107
- <!-- Severity 8 warnings: Magento specific code issues. -->
107
+ <!-- Severity 8 warnings: Magento specific code issues and design violations . -->
108
108
<rule ref =" Magento.Classes.ObjectInstantiation" >
109
109
<severity >8</severity >
110
110
<type >warning</type >
118
118
<type >warning</type >
119
119
</rule >
120
120
<rule ref =" Magento.Functions.StaticFunction" >
121
- <severity >6</severity >
121
+ <severity >8</severity >
122
+ <type >warning</type >
122
123
</rule >
123
124
<rule ref =" Magento.Files.LineLength" >
124
125
<properties >
305
306
<rule ref =" PSR2.Classes.PropertyDeclaration" >
306
307
<severity >6</severity >
307
308
<type >warning</type >
309
+ <exclude name =" PSR2.Classes.PropertyDeclaration.Underscore" />
308
310
</rule >
309
311
<rule ref =" PSR2.ControlStructures.ControlStructureSpacing" >
310
312
<severity >6</severity >
339
341
<rule ref =" PSR2.Methods.MethodDeclaration" >
340
342
<severity >6</severity >
341
343
<type >warning</type >
344
+ <exclude name =" PSR2.Methods.MethodDeclaration.Underscore" />
342
345
</rule >
343
346
<rule ref =" PSR2.Namespaces.NamespaceDeclaration" >
344
347
<severity >6</severity >
You can’t perform that action at this time.
0 commit comments