nolint:staticcheck,ineffassign Convert function

This commit is contained in:
Antonio Ojea 2021-11-16 18:59:09 +01:00
parent 35c05a3afa
commit 4bf93f318a

View File

@ -55,7 +55,7 @@ type fakeObjectConvertor struct {
apiVersion fieldpath.APIVersion
}
//nolint:staticcheck // SA4009 backwards compatibility
//nolint:staticcheck,ineffassign // SA4009 backwards compatibility
func (c *fakeObjectConvertor) Convert(in, out, context interface{}) error {
if typedValue, ok := in.(*typed.TypedValue); ok {
var err error