1
uploader_tools/.golangci.yaml
Vladimir Hodakov 227d974e37
Add main business logic of this program
Now we can download torrents like old Python
version does.
2019-09-28 22:51:45 +04:00

16 lines
210 B
YAML

run:
deadline: 5m
linters:
enable-all: true
disable:
- gochecknoglobals
linters-settings:
lll:
line-length: 120
issues:
exclude-rules:
- path: "exported.go"
linters:
- dupl