2025-03-28 14:50:29 +00:00
|
|
|
version: "2"
|
2022-10-13 09:22:51 +00:00
|
|
|
run:
|
|
|
|
tests: false
|
|
|
|
linters:
|
|
|
|
enable:
|
2025-03-28 14:50:29 +00:00
|
|
|
- dupl
|
|
|
|
- goconst
|
|
|
|
- gocyclo
|
2022-10-13 09:22:51 +00:00
|
|
|
- godot
|
2025-03-28 14:50:29 +00:00
|
|
|
- goheader
|
2022-10-13 09:22:51 +00:00
|
|
|
- misspell
|
2025-03-28 14:50:29 +00:00
|
|
|
- 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$
|