Commit 4d03017
committed
ci(lint): exclude FP-prone gosec rules new in golangci v2.12.2
G115/G118/G204/G703/G704/G706 are high-noise rules that v2.12.2's
bundled gosec newly enforces (none fired under v2.7.2). Taint
(G703/G704/G706) moves to nox once nox/taint-analysis is verified;
the rest are noisy. gosec keeps its stable high-signal rules.1 parent 6af153a commit 4d03017
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
26 | 39 | | |
27 | 40 | | |
28 | 41 | | |
| |||
0 commit comments