Skip to content

Commit cc021e2

Browse files
committed
cleanup ci config a bit more
On-behalf-of: @SAP [email protected]
1 parent a2d368d commit cc021e2

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.golangci.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -116,22 +116,12 @@ linters:
116116
- legacy
117117
- std-error-handling
118118
rules:
119-
- linters:
120-
- unparam
121-
text: always receives
122-
- linters:
123-
- gosec
124-
path: _test\.go
125-
text: 'G112: Potential Slowloris Attack because ReadHeaderTimeout is not configured in the http.Server'
126119
- linters:
127120
- gosec
128121
path: test/e2e/*
129-
- linters:
130-
- goconst
131-
path: (.+)_test\.go
132122
- linters:
133123
- staticcheck
134-
text: QF1008
124+
text: QF1008 # "could remove embedded field" often impedes readability and clarity
135125
paths:
136126
- third_party$
137127
- builtin$

0 commit comments

Comments
 (0)