Skip to content

Commit 65394b3

Browse files
committed
Remove superfluous linter setting
The pingpong files have been moved into their own package, hence this rule is no longer necessary. See: 9d66063 ("Move pingpong struct into its own package below testutil") Signed-off-by: Tom Wieczorek <[email protected]>
1 parent d43f482 commit 65394b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.golangci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ linters-settings:
5555
- "!$test"
5656
- "!**/internal/testutil/**"
5757
- "!**/inttest/**"
58-
- "!**/pkg/supervisor/pingpong*.go" # only used for testing
5958
deny:
6059
- pkg: github.com/k0sproject/k0s/internal/testutil
6160
desc: Usage of test code outside of tests.

0 commit comments

Comments
 (0)