Skip to content

Commit 9176710

Browse files
committed
lint: ignore Endpoints/EndpointSubset deprecation
Signed-off-by: zhangzujian <zhangzujian.7@gmail.com>
1 parent b0357b0 commit 9176710

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.golangci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ linters:
4545
- linters:
4646
- gosec
4747
path: test/
48+
- linters:
49+
- staticcheck
50+
text: Endpoints is deprecated
51+
- linters:
52+
- staticcheck
53+
text: EndpointSubset is deprecated
4854
paths:
4955
- third_party$
5056
- builtin$

0 commit comments

Comments
 (0)