Skip to content

Commit 5f9d442

Browse files
committed
ci(lint): disable noctx check
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent a7aa871 commit 5f9d442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ linters:
2525
- musttag
2626
- nilerr
2727
- nilnesserr
28-
- noctx
2928
- perfsprint
3029
- prealloc
3130
- protogetter
@@ -41,6 +40,7 @@ linters:
4140
- zerologlint
4241
disable:
4342
- depguard
43+
- noctx
4444
exclusions:
4545
generated: lax
4646
presets:

0 commit comments

Comments
 (0)