Skip to content

Commit

Permalink
Merge pull request #5402 from twz123/remove-superfluous-linter-setting
Browse files Browse the repository at this point in the history
Remove superfluous linter setting
  • Loading branch information
twz123 authored Jan 7, 2025
2 parents 3dc9bd4 + 65394b3 commit 140f057
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 140f057

Please # to comment.