Skip to content

Commit 8b52e04

Browse files
authored
Merge pull request #5448 from stormqueen1990/chore/remove-testpackage-linter
chore: disable testpackage linter
2 parents e219b88 + 572a096 commit 8b52e04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.golangci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ linters:
3434
- golint
3535
- maintidx
3636
- nosnakecase
37+
- testpackage # it's better to keep tests in the same package for now because kustomize does open box testing
3738

3839
linters-settings:
3940
dupl:

0 commit comments

Comments
 (0)