chore(lint): add containedctx, decorder and errchkjson

This commit is contained in:
Quentin McGaw
2022-02-26 13:49:53 +00:00
parent 26b049b361
commit 836f021a87
8 changed files with 13 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ func newDNSHandler(ctx context.Context, looper dns.Looper,
}
type dnsHandler struct {
ctx context.Context
ctx context.Context //nolint:containedctx
looper dns.Looper
warner warner
}