|
@@ -86,11 +86,11 @@ issues:
|
|
linters:
|
|
linters:
|
|
- staticcheck
|
|
- staticcheck
|
|
# FIXME temporarily suppress these. See #39926
|
|
# FIXME temporarily suppress these. See #39926
|
|
- - text: "SA1019: httputil.NewClientConn is deprecated"
|
|
|
|
|
|
+ - text: "SA1019: httputil.NewClientConn"
|
|
linters:
|
|
linters:
|
|
- staticcheck
|
|
- staticcheck
|
|
# FIXME temporarily suppress these (related to the ones above)
|
|
# FIXME temporarily suppress these (related to the ones above)
|
|
- - text: "SA1019: httputil.ErrPersistEOF is deprecated"
|
|
|
|
|
|
+ - text: "SA1019: httputil.ErrPersistEOF"
|
|
linters:
|
|
linters:
|
|
- staticcheck
|
|
- staticcheck
|
|
# This code is doing some fun stuff with reflect and it trips up the linter.
|
|
# This code is doing some fun stuff with reflect and it trips up the linter.
|