1
0
mirror of https://github.com/ko-build/ko.git synced 2024-11-27 08:21:07 +02:00
ko-build/.golangci.yaml
2020-10-13 15:29:05 +02:00

20 lines
263 B
YAML

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