Files
ko-build/.golangci.yaml
T

20 lines
263 B
YAML
Raw Normal View History

run:
timeout: 5m
linters:
enable:
- asciicheck
- gosec
- prealloc
- stylecheck
- unconvert
- unparam
disable:
- errcheck
issues:
exclude-rules:
- path: test # Excludes /test, *_test.go etc.
linters:
- gosec