test(golangci): adapt list of default linters
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
95a3fed462
commit
b56521645e
@ -1,7 +1,7 @@
|
||||
issues:
|
||||
exclude-dirs:
|
||||
- it
|
||||
|
||||
|
||||
run:
|
||||
timeout: 10m
|
||||
tests: true
|
||||
@ -10,16 +10,13 @@ linters:
|
||||
disable-all: true
|
||||
enable:
|
||||
# Default
|
||||
- deadcode
|
||||
- errcheck
|
||||
- gosimple
|
||||
- govet
|
||||
- ineffassign
|
||||
- staticcheck
|
||||
- structcheck
|
||||
- typecheck
|
||||
- unused
|
||||
- varcheck
|
||||
|
||||
# Additionally linters
|
||||
- bodyclose
|
||||
|
Loading…
Reference in New Issue
Block a user