Commit ba83f58
committed
Switch to gosec's native #nosec form for consistency
Match the existing #nosec G404 suppression in client.go:604 — narrower
than nolint:gosec (per-rule rather than disabling the whole linter on
the line) and consistent with the only other gosec suppression in the
repo. Same effect against G124; verified with golangci-lint v2.12.0.1 parent d6ad4a2 commit ba83f58
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
0 commit comments