mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-03 07:05:50 +02:00
26 lines
297 B
YAML
26 lines
297 B
YAML
run:
|
|
deadline: 10m
|
|
|
|
linters:
|
|
enable:
|
|
- dupl
|
|
- goconst
|
|
- gocyclo
|
|
- godox
|
|
- gosec
|
|
- interfacer
|
|
- lll
|
|
- maligned
|
|
- misspell
|
|
- prealloc
|
|
- stylecheck
|
|
- unconvert
|
|
- unparam
|
|
- errcheck
|
|
- golint
|
|
- gofmt
|
|
disable: []
|
|
fast: false
|
|
|
|
issues:
|
|
exclude-use-default: false
|