mirror of
https://github.com/ko-build/ko.git
synced 2025-02-01 19:14:40 +02:00
31 lines
380 B
YAML
31 lines
380 B
YAML
run:
|
|
timeout: 5m
|
|
|
|
issues:
|
|
exclude-rules:
|
|
- path: test # Excludes /test, *_test.go etc.
|
|
linters:
|
|
- gosec
|
|
|
|
linters:
|
|
enable:
|
|
- asciicheck
|
|
- deadcode
|
|
- depguard
|
|
- errorlint
|
|
- gofmt
|
|
- gosec
|
|
- goimports
|
|
- importas
|
|
- prealloc
|
|
- revive
|
|
- misspell
|
|
- stylecheck
|
|
- tparallel
|
|
- unconvert
|
|
- unparam
|
|
- whitespace
|
|
|
|
disable:
|
|
- errcheck
|