|
31 | 31 | <rule ref="Magento2.Classes.DiscouragedDependencies"> |
32 | 32 | <severity>10</severity> |
33 | 33 | <type>error</type> |
| 34 | + <exclude-pattern>*/_files/*</exclude-pattern> |
| 35 | + <exclude-pattern>*/Fixtures/*</exclude-pattern> |
34 | 36 | <exclude-pattern>*/Test/*</exclude-pattern> |
| 37 | + <exclude-pattern>*Test.php</exclude-pattern> |
35 | 38 | </rule> |
36 | 39 | <rule ref="Magento2.Legacy.MageEntity"> |
37 | 40 | <severity>10</severity> |
|
57 | 60 | <severity>10</severity> |
58 | 61 | <type>error</type> |
59 | 62 | <exclude-pattern>*/_files/*</exclude-pattern> |
| 63 | + <exclude-pattern>*/Fixtures/*</exclude-pattern> |
60 | 64 | <exclude-pattern>*/Test/*</exclude-pattern> |
61 | 65 | <exclude-pattern>*Test.php</exclude-pattern> |
62 | 66 | </rule> |
|
68 | 72 | <severity>10</severity> |
69 | 73 | <type>error</type> |
70 | 74 | <exclude-pattern>*/_files/*</exclude-pattern> |
| 75 | + <exclude-pattern>*/Fixtures/*</exclude-pattern> |
71 | 76 | <exclude-pattern>*/lib/*</exclude-pattern> |
72 | 77 | <exclude-pattern>*/Test/*</exclude-pattern> |
73 | 78 | <exclude-pattern>*Test.php</exclude-pattern> |
|
103 | 108 | <severity>9</severity> |
104 | 109 | <type>warning</type> |
105 | 110 | <exclude-pattern>*/_files/*</exclude-pattern> |
| 111 | + <exclude-pattern>*/Fixtures/*</exclude-pattern> |
106 | 112 | <exclude-pattern>*/lib/*</exclude-pattern> |
107 | 113 | <exclude-pattern>*/Test/*</exclude-pattern> |
108 | 114 | <exclude-pattern>*Test.php</exclude-pattern> |
|
116 | 122 | <severity>9</severity> |
117 | 123 | <type>warning</type> |
118 | 124 | <exclude-pattern>*/_files/*</exclude-pattern> |
| 125 | + <exclude-pattern>*/Fixtures/*</exclude-pattern> |
119 | 126 | <exclude-pattern>*/lib/*</exclude-pattern> |
120 | 127 | <exclude-pattern>*/Test/*</exclude-pattern> |
121 | 128 | <exclude-pattern>*Test.php</exclude-pattern> |
|
134 | 141 | <severity>8</severity> |
135 | 142 | <type>warning</type> |
136 | 143 | <exclude-pattern>*/_files/*</exclude-pattern> |
| 144 | + <exclude-pattern>*/Fixtures/*</exclude-pattern> |
137 | 145 | <exclude-pattern>*/Test/*</exclude-pattern> |
138 | 146 | <exclude-pattern>*Test.php</exclude-pattern> |
139 | 147 | </rule> |
|
145 | 153 | <severity>8</severity> |
146 | 154 | <type>warning</type> |
147 | 155 | <exclude-pattern>*/_files/*</exclude-pattern> |
| 156 | + <exclude-pattern>*/Fixtures/*</exclude-pattern> |
148 | 157 | <exclude-pattern>*/lib/*</exclude-pattern> |
149 | 158 | <exclude-pattern>*/Test/*</exclude-pattern> |
150 | 159 | <exclude-pattern>*Test.php</exclude-pattern> |
|
153 | 162 | <severity>8</severity> |
154 | 163 | <type>warning</type> |
155 | 164 | <exclude-pattern>*/_files/*</exclude-pattern> |
| 165 | + <exclude-pattern>*/Fixtures/*</exclude-pattern> |
156 | 166 | <exclude-pattern>*/lib/*</exclude-pattern> |
157 | 167 | <exclude-pattern>*/Setup/*</exclude-pattern> |
158 | 168 | <exclude-pattern>*/Test/*</exclude-pattern> |
|
224 | 234 | <severity>7</severity> |
225 | 235 | <type>warning</type> |
226 | 236 | <exclude-pattern>*/_files/*</exclude-pattern> |
| 237 | + <exclude-pattern>*/Fixtures/*</exclude-pattern> |
227 | 238 | <exclude-pattern>*/Test/*</exclude-pattern> |
228 | 239 | <exclude-pattern>*Test.php</exclude-pattern> |
229 | 240 | </rule> |
|
251 | 262 | <severity>7</severity> |
252 | 263 | <type>warning</type> |
253 | 264 | <exclude-pattern>*/_files/*</exclude-pattern> |
| 265 | + <exclude-pattern>*/Fixtures/*</exclude-pattern> |
254 | 266 | <exclude-pattern>*/Test/*</exclude-pattern> |
255 | 267 | <exclude-pattern>*Test.php</exclude-pattern> |
256 | 268 | </rule> |
|
266 | 278 | <severity>7</severity> |
267 | 279 | <type>warning</type> |
268 | 280 | <exclude-pattern>*/_files/*</exclude-pattern> |
| 281 | + <exclude-pattern>*/Fixtures/*</exclude-pattern> |
269 | 282 | <exclude-pattern>*/Test/*</exclude-pattern> |
270 | 283 | <exclude-pattern>*Test.php</exclude-pattern> |
271 | 284 | </rule> |
|
329 | 342 | <severity>6</severity> |
330 | 343 | <type>warning</type> |
331 | 344 | <exclude-pattern>*/_files/*</exclude-pattern> |
| 345 | + <exclude-pattern>*/Fixtures/*</exclude-pattern> |
332 | 346 | <exclude-pattern>*/Test/*</exclude-pattern> |
333 | 347 | <exclude-pattern>*Test.php</exclude-pattern> |
334 | 348 | </rule> |
|
0 commit comments