chore(lint): update golangci-lint configuration
Switch default linters to standard and retain misspell enablement, removing explicit enables for govet, errcheck, staticcheck, ineffassign, unused, and gosimple.
This commit is contained in:
parent
586dfeaa8c
commit
032301e041
@ -1,14 +1,8 @@
|
||||
version: "2"
|
||||
|
||||
linters:
|
||||
default: none
|
||||
default: standard
|
||||
enable:
|
||||
- govet
|
||||
- errcheck
|
||||
- staticcheck
|
||||
- ineffassign
|
||||
- unused
|
||||
- gosimple
|
||||
- misspell
|
||||
|
||||
settings:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user