From 65394b3b3ce0a08cfbd777d13b01312e66f044aa Mon Sep 17 00:00:00 2001 From: Tom Wieczorek Date: Mon, 6 Jan 2025 09:50:41 +0100 Subject: [PATCH] Remove superfluous linter setting The pingpong files have been moved into their own package, hence this rule is no longer necessary. See: 9d6606309 ("Move pingpong struct into its own package below testutil") Signed-off-by: Tom Wieczorek --- .golangci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 77a72a5a8035..5523906b639f 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -55,7 +55,6 @@ linters-settings: - "!$test" - "!**/internal/testutil/**" - "!**/inttest/**" - - "!**/pkg/supervisor/pingpong*.go" # only used for testing deny: - pkg: github.com/k0sproject/k0s/internal/testutil desc: Usage of test code outside of tests.