pkg/.golangci.yaml

28 lines
379 B
YAML

run:
timeout: 10m
skip-dirs:
- client
- injection/client
- third_party
linters:
enable:
- asciicheck
- errorlint
- gosec
- prealloc
- revive
- stylecheck
- unconvert
- unparam
disable:
- errcheck
issues:
exclude-rules:
- path: test # Excludes /test, *_test.go etc.
linters:
- gosec
- unparam