You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if the sum type is declared in one package and the type switch is in a different package, If only packages with sum type declared are passed as arguments to the A command, it doesn't reported missing cases.
Is it possible to check all packages even only packages with sum type declared are passed as arguments?
For example, by adding an option like --find-all-packages.🤔
In that case, the sum type defined in all packages would be undetected.
I am using this go-check-sumtype from golangci-lint and I am encountering the same problem as golangci/golangci-lint#4158 .
Should I fix golangci-lint or this standalone in the first place?🤔
The text was updated successfully, but these errors were encountered:
Hi.
if the sum type is declared in one package and the type switch is in a different package, If only packages with sum type declared are passed as arguments to the A command, it doesn't reported missing cases.
Is it possible to check all packages even only packages with sum type declared are passed as arguments?
For example, by adding an option like
--find-all-packages
.🤔In that case, the sum type defined in all packages would be undetected.
I am using this go-check-sumtype from golangci-lint and I am encountering the same problem as golangci/golangci-lint#4158 .
Should I fix golangci-lint or this standalone in the first place?🤔
The text was updated successfully, but these errors were encountered: