We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa55e20 commit 5bdea3dCopy full SHA for 5bdea3d
.golangci.yml
@@ -40,7 +40,6 @@ linters:
40
- paralleltest
41
- cyclop # because we have gocyclo already
42
# TODO: review the linters below. We disabled them to make the CI pass first.
43
- - containedctx
44
- ireturn
45
- varnamelen
46
- forcetypeassert
context_test.go
@@ -11,7 +11,7 @@ import (
11
func TestContext_ExtractOperationType(t *testing.T) {
12
13
var testCases = []struct {
14
- Ctx context.Context
+ Ctx context.Context //nolint: containedctx
15
ExpectedOpType operationType
16
}{
17
{
0 commit comments