22 lines
293 B
YAML
22 lines
293 B
YAML
linters:
|
|
enable-all: true
|
|
disable:
|
|
- dupl
|
|
- funlen
|
|
- lll
|
|
- scopelint
|
|
- wsl
|
|
|
|
issues:
|
|
exclude-rules:
|
|
- path: _test\.go
|
|
linters:
|
|
- noctx
|
|
|
|
linters-settings:
|
|
govet:
|
|
check-shadowing: true
|
|
maligned:
|
|
suggest-new: true
|
|
misspell:
|
|
locale: US
|