From 6db8e70d4f3ad65bddd3622db8484f530f574d7a Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Wed, 23 Jul 2025 14:06:35 +0200 Subject: [PATCH] golangci-lint: disable noctx linter commit 2d75d8ec9116082c2420f2e86069cae48358636f bumped the linter version without fixing the new issues. Follow-up for https://github.com/containers/common/pull/2482 Signed-off-by: Giuseppe Scrivano --- .golangci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index c5e98a990..220f75268 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -44,7 +44,6 @@ linters: - mirror - misspell - nilnesserr - - noctx - nosprintfhostport - perfsprint - prealloc