immucore/.golangci.yml
Itxaka dbc697a479
Bump golangci lint config (#453)
Signed-off-by: Itxaka <itxaka@kairos.io>
2025-03-25 11:48:39 +01:00

37 lines
568 B
YAML

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