gonews/.golangci.yaml

12 lines
195 B
YAML
Raw Normal View History

2019-09-02 22:24:34 +05:00
run:
deadline: 5m
linters:
enable-all: true
disable:
# Actually not really needed.
- gochecknoglobals
linters-settings:
lll:
line-length: 420
gocyclo:
min-complexity: 40