1
0
mirror of https://github.com/kairos-io/provider-kairos.git synced 2025-05-14 19:34:11 +00:00
provider-kairos/.golangci.yml

36 lines
529 B
YAML
Raw Normal View History

version: "2"
run:
tests: false
linters:
enable:
- dupl
- goconst
- gocyclo
- godot
- goheader
- misspell
- revive
exclusions:
generated: lax
presets:
- comments
- common-false-positives
- legacy
- std-error-handling
paths:
- tests/
- third_party$
- builtin$
- examples$
formatters:
enable:
- gofmt
- goimports
exclusions:
generated: lax
paths:
- tests/
- third_party$
- builtin$
- examples$