28 lines
398 B
YAML
28 lines
398 B
YAML
linters:
|
|
enable-all: true
|
|
disable:
|
|
- cyclop
|
|
- exhaustivestruct
|
|
- funlen
|
|
- gochecknoglobals
|
|
- golint
|
|
- ifshort
|
|
- interfacer
|
|
- lll
|
|
- maligned
|
|
- nlreturn
|
|
- scopelint
|
|
- varnamelen
|
|
- wsl
|
|
|
|
issues:
|
|
exclude-rules:
|
|
- path: _test\.go
|
|
linters:
|
|
- noctx
|
|
|
|
linters-settings:
|
|
govet:
|
|
check-shadowing: true
|
|
misspell:
|
|
locale: US
|