hcloud-pricing-exporter/.golangci.yml
2022-12-14 14:38:40 +01:00

30 lines
478 B
YAML

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