Skip to content

Commit b5daa6c

Browse files
Reduce config a bit
1 parent 695b39f commit b5daa6c

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.golangci.yaml

-22
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
11
run:
22
timeout: 5m
33

4-
build-tags:
5-
- e2e
6-
- performance
7-
- probe
8-
- preupgrade
9-
- postupgrade
10-
- postdowngrade
11-
- istio
12-
13-
skip-dirs:
14-
- pkg/client
15-
16-
skip-files:
17-
- ".pb.go$"
18-
194
linters:
205
enable:
216
- asciicheck
@@ -32,10 +17,3 @@ issues:
3217
- path: test # Excludes /test, *_test.go etc.
3318
linters:
3419
- gosec
35-
- unparam
36-
37-
# Allow source and sink receivers in conversion code for clarity.
38-
- path: _conversion\.go
39-
text: "ST1016:"
40-
linters:
41-
- stylecheck

0 commit comments

Comments
 (0)