We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b5230c commit 529f40eCopy full SHA for 529f40e
1 file changed
.golangci.yaml
@@ -1,8 +1,9 @@
1
run:
2
timeout: 10m
3
allow-parallel-runners: true
4
- build-tags:
5
- - e2e
+ exclude-dirs:
+ - client
6
+ - injection/clients
7
8
output:
9
sort-results: true
@@ -16,8 +17,6 @@ issues:
16
17
uniq-by-line: true
18
max-issues-per-linter: 0
19
max-same-issues: 0
- exclude-dirs:
20
- - pkg/client
21
exclude-rules:
22
- path: test # Excludes /test, *_test.go etc.
23
linters:
@@ -30,6 +29,8 @@ issues:
30
29
text: "ifElseChain"
31
32
linters-settings:
+ # goimports:
33
+ # local-prefixes: knative.dev/pkg
34
gomodguard:
35
blocked:
36
modules:
0 commit comments