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