mirror of
https://github.com/ko-build/ko.git
synced 2024-11-27 08:21:07 +02:00
20 lines
263 B
YAML
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
|