mirror of
https://github.com/kairos-io/provider-kairos.git
synced 2025-04-27 11:31:10 +00:00
36 lines
529 B
YAML
36 lines
529 B
YAML
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$
|