staticcheck should warn with SA1019 when using a deprecated module
Open
printfn
opened this issue 9 months ago
•
1 comments
I was expecting SA1019 to trigger when importing a deprecated module. For example importing github.com/golang/protobuf should warn because it's marked as deprecated here.