chore(lint): add containedctx, decorder and errchkjson
This commit is contained in:
@@ -25,7 +25,7 @@ func newHandler(ctx context.Context, wg *sync.WaitGroup, logger Logger,
|
||||
}
|
||||
|
||||
type handler struct {
|
||||
ctx context.Context
|
||||
ctx context.Context //nolint:containedctx
|
||||
wg *sync.WaitGroup
|
||||
client *http.Client
|
||||
logger Logger
|
||||
|
||||
Reference in New Issue
Block a user