From f38c2267dde2de68f91c3c4689e668fffbbdaf39 Mon Sep 17 00:00:00 2001 From: Matthieu MOREL Date: Thu, 30 Dec 2021 13:03:45 +0100 Subject: [PATCH] enable contextcheck linter --- .golangci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.golangci.yml b/.golangci.yml index ee9337be..c2239a92 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -7,6 +7,7 @@ linters: - staticcheck - structcheck enable: + - contextcheck - errorlint - exportloopref - gci