2018-10-27 14:59:59 +02:00
|
|
|
linters:
|
|
|
|
enable-all: true
|
|
|
|
disable:
|
2019-09-05 00:44:02 +02:00
|
|
|
- funlen
|
|
|
|
- lll
|
2020-07-28 09:19:10 +02:00
|
|
|
- nlreturn
|
2018-10-27 14:59:59 +02:00
|
|
|
- scopelint
|
2019-09-05 00:44:02 +02:00
|
|
|
- wsl
|
2018-10-27 14:59:59 +02:00
|
|
|
|
2020-06-30 10:15:16 +02:00
|
|
|
issues:
|
|
|
|
exclude-rules:
|
|
|
|
- path: _test\.go
|
|
|
|
linters:
|
|
|
|
- noctx
|
|
|
|
|
2018-10-27 14:59:59 +02:00
|
|
|
linters-settings:
|
|
|
|
govet:
|
|
|
|
check-shadowing: true
|
|
|
|
maligned:
|
|
|
|
suggest-new: true
|
|
|
|
misspell:
|
|
|
|
locale: US
|