diff --git a/.golangci.example.yml b/.golangci.example.yml index a7d20d071fb0..02983cf98876 100644 --- a/.golangci.example.yml +++ b/.golangci.example.yml @@ -1635,6 +1635,7 @@ linters: - asciicheck - bidichk - bodyclose + - containedctx - contextcheck - cyclop - deadcode @@ -1726,6 +1727,7 @@ linters: - asciicheck - bidichk - bodyclose + - containedctx - contextcheck - cyclop - deadcode