Commit 50c8247
committed
fix: report all golangci-lint issues at once
The generated golangci-lint config capped reported issues low enough that lint runs only surfaced a handful of problems at a time. Fixing those and rerunning would then reveal the next batch, forcing several round trips through the same cleanup.
Raise the per-linter and same-issue reporting limits so a single run reports effectively everything. These limits only filter already-produced findings, so analysis and CI runtime are unaffected.
Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com>1 parent b7f35a2 commit 50c8247
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
150 | | - | |
| 149 | + | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
132 | | - | |
| 131 | + | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
0 commit comments