We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
pointless-reassignment
Originally reported in #1277, but the two issues turned out to be unrelated, so I'm creating a separate issue for this.
This is currently reported as a pointless reassignment, but that should only apply when there is a single var on either side of the assignment:
parts := split(input.parts, ".") s contains [b, a] if { [a, b] := parts }
The text was updated successfully, but these errors were encountered:
top-level-iteration
Fix false positive in pointless-reassignment
6198407
That would happen despite the left hand side not being a var Fixes #1285 Signed-off-by: Anders Eknert <anders@styra.com>
69d68a6
Fix false positive in pointless-reassignment (#1286)
c0ac18f
Fix false positive in pointless-reassignment (StyraInc#1286)
0621911
That would happen despite the left hand side not being a var Fixes StyraInc#1285 Signed-off-by: Anders Eknert <anders@styra.com>
Successfully merging a pull request may close this issue.
Originally reported in #1277, but the two issues turned out to be unrelated, so I'm creating a separate issue for this.
This is currently reported as a pointless reassignment, but that should only apply when there is a single var on either side of the assignment:
The text was updated successfully, but these errors were encountered: