Files
gocqlx/.golangci.yml

37 lines
590 B
YAML
Raw Normal View History

2018-08-07 15:30:04 +02:00
run:
deadline: 5m
tests: false
silent: true
linters-settings:
errcheck:
check-blank: true
gocognit:
min-complexity: 50
gocritic:
enabled-tags:
- diagnostic
- performance
- style
2018-08-07 15:30:04 +02:00
lll:
line-length: 180
linters:
enable-all: true
disable:
- funlen
- gas
- gochecknoglobals
- interfacer
- maligned
- nakedret
- stylecheck
- wsl
2018-08-07 15:30:04 +02:00
issues:
exclude-use-default: false
exclude:
- composite literal uses unkeyed fields
- Error return value of `.+\.Close` is not checked
- method Json should be JSON