Commit 0d16183
fix(lint): keep cmd/main.go within the 120-char line limit
The single-tenant setupEdgeQuotaWatch call and the edge-quota-watch log message
exceeded golangci-lint's lll max of 120 (cmd/ is not lll-excluded, unlike
internal/). Wrap both — wording unchanged.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent ccd3d09 commit 0d16183
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
364 | | - | |
| 364 | + | |
| 365 | + | |
365 | 366 | | |
366 | 367 | | |
367 | 368 | | |
368 | 369 | | |
369 | 370 | | |
370 | 371 | | |
371 | | - | |
| 372 | + | |
| 373 | + | |
372 | 374 | | |
373 | 375 | | |
374 | 376 | | |
| |||
0 commit comments