File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,14 @@ issues:
83
83
- gosimple
84
84
text : " S1033: unnecessary guard around call to delete"
85
85
86
+ # Didn't make it into https://github.com/kubernetes/kubernetes/issues/117288.
87
+ # Discussion on Slack concluded that "it's hard to have a universal policy for all
88
+ # functions marked deprecated" and thus this can only be a hint which must
89
+ # be considered on a case-by-case basis.
90
+ - linters :
91
+ - staticcheck
92
+ text : " SA1019: .*is deprecated"
93
+
86
94
# https://github.com/kubernetes/kubernetes/issues/117288#issuecomment-1507030071
87
95
- linters :
88
96
- stylecheck
Original file line number Diff line number Diff line change @@ -89,6 +89,14 @@ issues:
89
89
- gosimple
90
90
text : " S1033: unnecessary guard around call to delete"
91
91
92
+ # Didn't make it into https://github.com/kubernetes/kubernetes/issues/117288.
93
+ # Discussion on Slack concluded that "it's hard to have a universal policy for all
94
+ # functions marked deprecated" and thus this can only be a hint which must
95
+ # be considered on a case-by-case basis.
96
+ - linters :
97
+ - staticcheck
98
+ text : " SA1019: .*is deprecated"
99
+
92
100
# https://github.com/kubernetes/kubernetes/issues/117288#issuecomment-1507030071
93
101
- linters :
94
102
- stylecheck
Original file line number Diff line number Diff line change @@ -94,6 +94,14 @@ issues:
94
94
- gosimple
95
95
text: "S1033: unnecessary guard around call to delete"
96
96
97
+ # Didn't make it into https://github.com/kubernetes/kubernetes/issues/117288.
98
+ # Discussion on Slack concluded that "it's hard to have a universal policy for all
99
+ # functions marked deprecated" and thus this can only be a hint which must
100
+ # be considered on a case-by-case basis.
101
+ - linters:
102
+ - staticcheck
103
+ text: "SA1019: .*is deprecated"
104
+
97
105
# https://github.com/kubernetes/kubernetes/issues/117288#issuecomment-1507030071
98
106
- linters:
99
107
- stylecheck
You can’t perform that action at this time.
0 commit comments