hcloud-pricing-exporter/.golangci.yml

31 lines
478 B
YAML
Raw Permalink Normal View History

2022-12-14 13:38:40 +00:00
linters:
enable:
- gosimple
- govet
- ineffassign
- staticcheck
- bodyclose
- dupl
- exportloopref
- funlen
- gocognit
- goconst
- gocritic
- gocyclo
- godot
- gofmt
- goprintffuncname
- gosec
- prealloc
- revive
- stylecheck
- unconvert
- whitespace
linters-settings:
govet:
check-shadowing: true
enable-all: true
disable:
- fieldalignment