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
The version of golangci-lint's wastedassign is now v0.1.3.
And, it is upgraded to the new version in this PR. Please wait for the next golangci-lint release, which will be fixed to use wastedassign v0.2.0.
The following code generates an error for the
s *= 2
statement:https://github.com/mmcloughlin/addchain/blob/3d88f7689d76cd7d9afa7cefaac9a0ab6c5ba3c2/alg/contfrac/contfrac.go#L225
Specifically, when run via
golangci-lint
version 1.38.0 I see:I believe this is a false positive.
The text was updated successfully, but these errors were encountered: