diff --git a/.golangci.yml b/.golangci.yml index 987ad31e..96b3ccef 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -84,6 +84,16 @@ issues: - gocognit - scopelint - lll + - path: _test\.go + linters: + - revive + text: unused-parameter + + # Allow unused context.Context + - linters: + - revive + text: unused-parameter + source: .+\s+context.Context - path: _test\.go text: "Combine"