mirror of
https://github.com/ko-build/ko.git
synced 2024-11-24 08:12:26 +02:00
Reduce config a bit
This commit is contained in:
parent
695b39f9f4
commit
b5daa6cdd9
@ -1,21 +1,6 @@
|
||||
run:
|
||||
timeout: 5m
|
||||
|
||||
build-tags:
|
||||
- e2e
|
||||
- performance
|
||||
- probe
|
||||
- preupgrade
|
||||
- postupgrade
|
||||
- postdowngrade
|
||||
- istio
|
||||
|
||||
skip-dirs:
|
||||
- pkg/client
|
||||
|
||||
skip-files:
|
||||
- ".pb.go$"
|
||||
|
||||
linters:
|
||||
enable:
|
||||
- asciicheck
|
||||
@ -32,10 +17,3 @@ issues:
|
||||
- path: test # Excludes /test, *_test.go etc.
|
||||
linters:
|
||||
- gosec
|
||||
- unparam
|
||||
|
||||
# Allow source and sink receivers in conversion code for clarity.
|
||||
- path: _conversion\.go
|
||||
text: "ST1016:"
|
||||
linters:
|
||||
- stylecheck
|
||||
|
Loading…
Reference in New Issue
Block a user