Have "just lint" show all issues instead of just the first so many

This commit is contained in:
Stefan Haller 2026-06-30 09:45:26 +02:00
parent 2be6ba9391
commit 3c04b30336

View file

@ -1,6 +1,10 @@
version: "2"
run:
go: "1.25"
issues:
max-issues-per-linter: 0
max-same-issues: 0
uniq-by-line: false
linters:
enable:
- copyloopvar