Commit d723890
fix(lifecycle): remove nolint directives — use blank identifier instead
Policy gate requires //lint:ignore, not //nolint:. Simpler fix:
use _, _ = to discard write errors (best-effort log writes).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 6eec569 commit d723890
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
| 121 | + | |
| 122 | + | |
123 | 123 | | |
0 commit comments