Skip to content

Commit

Permalink
Merge pull request #5448 from stormqueen1990/chore/remove-testpackage…
Browse files Browse the repository at this point in the history
…-linter

chore: disable testpackage linter
  • Loading branch information
k8s-ci-robot committed Nov 15, 2023
2 parents e219b88 + 572a096 commit 8b52e04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ linters:
- golint
- maintidx
- nosnakecase
- testpackage # it's better to keep tests in the same package for now because kustomize does open box testing

linters-settings:
dupl:
Expand Down

0 comments on commit 8b52e04

Please sign in to comment.