Skip to content

Commit 2d148dd

Browse files
authored
chore: enable contextcheck and fatcontext linters (#770)
Signed-off-by: Matthieu MOREL <[email protected]>
1 parent b2821e1 commit 2d148dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.golangci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ run:
66

77
linters:
88
enable:
9+
- contextcheck
910
- errcheck
1011
- errorlint
12+
- fatcontext
1113
- gocritic
1214
- govet
1315
- misspell

0 commit comments

Comments
 (0)