2019-10-19 00:39:21 +04:00
|
|
|
run:
|
|
|
|
deadline: 2m
|
|
|
|
linters:
|
|
|
|
enable-all: true
|
|
|
|
disable:
|
|
|
|
- gochecknoglobals
|
|
|
|
- funlen
|
2019-10-19 01:41:57 +04:00
|
|
|
- godox
|
2019-10-19 02:18:27 +04:00
|
|
|
- gocyclo # is deprecated in favor of gocognit
|
2019-10-19 00:39:21 +04:00
|
|
|
linters-settings:
|
|
|
|
lll:
|
|
|
|
line-length: 180
|
|
|
|
issues:
|
|
|
|
exclude-rules:
|
|
|
|
- path: _test\.go
|
|
|
|
linters:
|
|
|
|
- errcheck
|
|
|
|
- lll
|
2019-10-19 01:41:57 +04:00
|
|
|
max-issues-per-linter: 0
|
|
|
|
max-same-issues: 0
|