Skip to content

Commit

Permalink
ignore deprecation warning for hack v1 import
Browse files Browse the repository at this point in the history
  • Loading branch information
jhump committed Sep 13, 2024
1 parent 932c713 commit 60df127
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/pinv1/pinv1.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
// was used, v1 or v2, all sourceinfo for all files is available.
package pinv1

//lint:file-ignore SA1019 The old v1 package is deprecated, but this is not a real dependency...

import "github.com/jhump/protoreflect/desc"

var _ desc.Descriptor = nil

0 comments on commit 60df127

Please sign in to comment.