gonews/.golangci.yaml

14 lines
252 B
YAML
Raw Permalink Normal View History

2019-09-02 22:24:34 +05:00
run:
deadline: 5m
linters:
enable-all: true
disable:
# Actually not really needed.
- gochecknoglobals
2019-10-22 04:38:40 +05:00
# Well, it might help, but not so much.
- funlen
2019-09-02 22:24:34 +05:00
linters-settings:
lll:
line-length: 420
gocyclo:
min-complexity: 40