Skip to content

Commit

Permalink
Added lint ignore to protobase64.go
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartboyd119 committed Jul 22, 2024
1 parent f710d44 commit 3b53b4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protobase64.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"encoding/base64"
"fmt"

//nolint:staticcheck // Older zillow libs have generated code which uses this deprecated package. To maintain backwards compatability with them, the older proto serialization lib should be maintained
v1proto "github.com/golang/protobuf/proto"
v2proto "google.golang.org/protobuf/proto"
)
Expand Down

0 comments on commit 3b53b4f

Please sign in to comment.