chore: update golangci lint config
This commit is contained in:
parent
744b40e7f7
commit
d2602a7629
@ -4,7 +4,9 @@ run:
|
|||||||
|
|
||||||
linters:
|
linters:
|
||||||
enable:
|
enable:
|
||||||
- megacheck
|
- gosimple
|
||||||
|
- staticcheck
|
||||||
|
- unused
|
||||||
- govet
|
- govet
|
||||||
- gocritic
|
- gocritic
|
||||||
- gocyclo
|
- gocyclo
|
||||||
@ -15,7 +17,6 @@ linters:
|
|||||||
- revive
|
- revive
|
||||||
- misspell
|
- misspell
|
||||||
disable:
|
disable:
|
||||||
- scopelint # Obsolete, using exportloopref instead
|
|
||||||
- durationcheck
|
- durationcheck
|
||||||
- goconst
|
- goconst
|
||||||
- musttag
|
- musttag
|
||||||
|
Loading…
x
Reference in New Issue
Block a user