hcloud-pricing-exporter/.golangci.yml

26 lines
369 B
YAML
Raw Normal View History

2021-03-05 15:35:21 +00:00
linters:
enable:
- gosimple
- govet
- ineffassign
- staticcheck
- bodyclose
- dupl
- exportloopref
- funlen
- gocognit
- goconst
- gocritic
- gocyclo
- godot
- gofmt
- golint
- goprintffuncname
- gosec
- interfacer
- maligned
- prealloc
- stylecheck
- unconvert
- whitespace