2025-03-25 10:48:39 +00:00
|
|
|
version: "2"
|
2023-03-02 15:46:25 +00:00
|
|
|
run:
|
|
|
|
tests: false
|
|
|
|
linters:
|
|
|
|
enable:
|
2025-03-25 10:48:39 +00:00
|
|
|
- dupl
|
|
|
|
- ginkgolinter
|
|
|
|
- gocheckcompilerdirectives
|
|
|
|
- goconst
|
|
|
|
- gocyclo
|
2023-03-02 15:46:25 +00:00
|
|
|
- godot
|
2025-03-25 10:48:39 +00:00
|
|
|
- goheader
|
2023-09-26 09:43:08 +00:00
|
|
|
- misspell
|
2025-03-25 10:48:39 +00:00
|
|
|
- revive
|
2023-09-26 09:43:08 +00:00
|
|
|
- zerologlint
|
2025-03-25 10:48:39 +00:00
|
|
|
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$
|