Commit 141d7dc
ityaozm@gmail.com
fix(config): add no_extra_blank_lines rule and disable static_private_method
- Introduce the no_extra_blank_lines rule to remove unnecessary blank lines for specific tokens such as return, throw, and switch
- Disable static_private_method rule to accommodate pest testing framework compatibility
- Keep static_lambda rule disabled as before for pest support1 parent 8292f16 commit 141d7dc
1 file changed
+20
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
186 | 204 | | |
187 | 205 | | |
188 | 206 | | |
| |||
274 | 292 | | |
275 | 293 | | |
276 | 294 | | |
277 | | - | |
| 295 | + | |
| 296 | + | |
278 | 297 | | |
279 | 298 | | |
280 | 299 | | |
| |||
0 commit comments