mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/kube-vip/kube-vip.git
synced 2026-09-20 08:03:47 +08:00
39 lines
662 B
YAML
39 lines
662 B
YAML
version: "2"
|
|
linters:
|
|
enable:
|
|
- bodyclose
|
|
- gosec
|
|
- misspell
|
|
- unconvert
|
|
- unparam
|
|
settings:
|
|
misspell:
|
|
ignore-rules:
|
|
- creater
|
|
staticcheck:
|
|
checks:
|
|
- all
|
|
# Disable QF1008 to retain embedded fields for better readability.
|
|
- "-QF1008"
|
|
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$
|