Skip to content

Commit

Permalink
Remove superfluous linter setting
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
twz123 committed Jan 6, 2025
1 parent d43f482 commit 65394b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 65394b3

Please sign in to comment.