mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
remove deprecated linters according to output
This commit is contained in:
parent
f34b6dbbe3
commit
47d041af79
1 changed files with 1 additions and 3 deletions
|
|
@ -1,13 +1,11 @@
|
|||
linters:
|
||||
disable:
|
||||
- structcheck # gives false positives
|
||||
enable:
|
||||
- gofumpt
|
||||
- thelper
|
||||
- goimports
|
||||
- tparallel
|
||||
- wastedassign
|
||||
- exportloopref
|
||||
- copyloopvar
|
||||
- unparam
|
||||
- prealloc
|
||||
- unconvert
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue