22 lines
329 B
YAML
22 lines
329 B
YAML
linters:
|
|
fast: false
|
|
enable-all: true
|
|
disable:
|
|
- gomnd
|
|
- gochecknoglobals
|
|
- testpackage
|
|
- goerr113
|
|
- exhaustivestruct
|
|
- paralleltest
|
|
- nolintlint
|
|
- ifshort
|
|
- varnamelen
|
|
- exhaustruct
|
|
- nonamedreturns
|
|
|
|
# Deprecated
|
|
- maligned
|
|
- scopelint
|
|
- golint
|
|
- interfacer
|