mirror of
https://github.com/ko-build/ko.git
synced 2024-11-27 08:21:07 +02:00
Reduce config a bit
This commit is contained in:
parent
695b39f9f4
commit
b5daa6cdd9
@ -1,21 +1,6 @@
|
|||||||
run:
|
run:
|
||||||
timeout: 5m
|
timeout: 5m
|
||||||
|
|
||||||
build-tags:
|
|
||||||
- e2e
|
|
||||||
- performance
|
|
||||||
- probe
|
|
||||||
- preupgrade
|
|
||||||
- postupgrade
|
|
||||||
- postdowngrade
|
|
||||||
- istio
|
|
||||||
|
|
||||||
skip-dirs:
|
|
||||||
- pkg/client
|
|
||||||
|
|
||||||
skip-files:
|
|
||||||
- ".pb.go$"
|
|
||||||
|
|
||||||
linters:
|
linters:
|
||||||
enable:
|
enable:
|
||||||
- asciicheck
|
- asciicheck
|
||||||
@ -32,10 +17,3 @@ issues:
|
|||||||
- path: test # Excludes /test, *_test.go etc.
|
- path: test # Excludes /test, *_test.go etc.
|
||||||
linters:
|
linters:
|
||||||
- gosec
|
- 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