2019-09-14 18:55:39 +04:00
|
|
|
run:
|
|
|
|
deadline: 5m
|
|
|
|
linters:
|
|
|
|
enable-all: true
|
|
|
|
disable:
|
|
|
|
- gochecknoglobals
|
2019-10-12 23:29:51 +04:00
|
|
|
- funlen
|
|
|
|
- wsl
|
2019-09-14 18:55:39 +04:00
|
|
|
linters-settings:
|
|
|
|
lll:
|
2019-09-28 22:51:10 +04:00
|
|
|
line-length: 120
|
2019-09-14 18:55:39 +04:00
|
|
|
|
|
|
|
issues:
|
|
|
|
exclude-rules:
|
|
|
|
- path: "exported.go"
|
|
|
|
linters:
|
|
|
|
- dupl
|
2019-10-12 23:29:51 +04:00
|
|
|
- linters:
|
|
|
|
- wsl
|
|
|
|
text: "declarations should never be cuddled"
|