From 659b2cd182132b0827484855689e3d21e8d9ce9f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 26 Jan 2023 23:46:25 -0700 Subject: .golangci.yml: Turn on 'noctx', fix --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index cadb81b..0e81d1f 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -54,7 +54,6 @@ linters: - gomnd - ireturn - lll - - noctx - paralleltest - prealloc - revive @@ -86,6 +85,7 @@ issues: - godot - gofumpt - gosec + - noctx - path: "borrowed_.*_test\\.go" linters: [gocritic] text: "commentFormatting: put a space between `//` and comment text" -- cgit v1.2.3-2-g168b