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"
|
version: "2"
|
||||||
|
|
||||||
linters:
|
linters:
|
||||||
default: none
|
default: standard
|
||||||
enable:
|
enable:
|
||||||
- govet
|
|
||||||
- errcheck
|
|
||||||
- staticcheck
|
|
||||||
- ineffassign
|
|
||||||
- unused
|
|
||||||
- gosimple
|
|
||||||
- misspell
|
- misspell
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user