We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c011fd8 commit 23a0b23Copy full SHA for 23a0b23
.golangci.yml
@@ -206,13 +206,17 @@ linters:
206
- bodyclose
207
- dupl
208
- errcheck
209
+ - errorlint
210
- funlen
211
- goconst
212
- gosec
213
- noctx
214
- revive
215
- wrapcheck
216
- govet
217
+ - lll
218
+ - whitespace
219
+ - cyclop
220
path: _test\.go
221
paths:
222
- third_party$
internal/stackql/handler/handler.go
@@ -148,7 +148,7 @@ type standardHandlerContext struct {
148
defaultHTTPClient *http.Client
149
}
150
151
-// for testing only
+// for testing only.
152
func (hc *standardHandlerContext) SetDefaultHTTPClient(client *http.Client) {
153
hc.defaultHTTPClient = client
154
0 commit comments