mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Have "just lint" show all issues instead of just the first so many
This commit is contained in:
parent
2be6ba9391
commit
3c04b30336
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue