From fab598c6d1cab800788674957d1353ae90a15ed5 Mon Sep 17 00:00:00 2001 From: sivchari Date: Fri, 13 May 2022 11:23:38 +0900 Subject: [PATCH] add containedctx linter to the list of available linters --- .golangci.example.yml | 2 ++ 1 file changed, 2 insertions(+) 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