Skip to content

Commit 0b0ca89

Browse files
committed
change regexp to ignore all uses of SimpleClientset
1 parent b3fe2e5 commit 0b0ca89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.golangci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ linters:
193193
text: corev1.Endpoint.* is deprecated
194194
- linters:
195195
- staticcheck
196-
text: fakek8s.NewSimpleClientset is deprecated
196+
text: .*NewSimpleClientset is deprecated
197197
- linters:
198198
- gosec
199199
- noctx

0 commit comments

Comments
 (0)