25 lines
272 B
YAML
25 lines
272 B
YAML
run:
|
|
deadline: 5m
|
|
|
|
skip-dirs:
|
|
- internal/restapi/
|
|
- vendor/
|
|
- rest/
|
|
|
|
skip-files:
|
|
- .pb.go
|
|
- .pb.gw.go
|
|
|
|
linters-settings:
|
|
lll:
|
|
line-length: 120
|
|
dupl:
|
|
threshold: 70
|
|
|
|
linters:
|
|
enable-all: true
|
|
fast: false
|
|
|
|
issues:
|
|
exclude-use-default: false
|