All checks were successful
continuous-integration/drone/push Build is passing
See #478
25 lines
415 B
YAML
25 lines
415 B
YAML
linters:
|
|
enable-all: true
|
|
disable:
|
|
- golint
|
|
- interfacer
|
|
- scopelint
|
|
- maligned
|
|
- rowserrcheck
|
|
- funlen
|
|
- depguard
|
|
- goerr113
|
|
- exhaustivestruct
|
|
- testpackage
|
|
- gochecknoglobals
|
|
- wrapcheck
|
|
- forbidigo
|
|
- ifshort
|
|
- cyclop
|
|
- gomoddirectives
|
|
linters-settings:
|
|
exhaustive:
|
|
default-signifies-exhaustive: true
|
|
issues:
|
|
exclude-use-default: false
|