mirror of
https://github.com/jangraefen/hcloud-pricing-exporter
synced 2024-11-10 05:54:15 +00:00
28 lines
412 B
YAML
28 lines
412 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
|