Skip to content

Commit

Permalink
nolint:staticcheck,ineffassign Convert function
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Ojea committed Nov 17, 2021
1 parent 35c05a3 commit 4bf93f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4bf93f3

Please sign in to comment.