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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
top-level-iteration
package play import rego.v1 other := {1: "foo", 2: "bar", 3: "baz"} something[x] := other[x] if { some x in [1, 2, 3] }
While it's iteration, it's not being done at the top level, and should not be reported as such.
The text was updated successfully, but these errors were encountered:
Fix top-level-iteration false positive with ref head vars
196add5
Fixes #852 Signed-off-by: Anders Eknert <anders@styra.com>
Fix top-level-iteration false positive with ref head vars (#854)
d3dad61
Fix top-level-iteration false positive with ref head vars (StyraInc…
5172776
…#854) Fixes StyraInc#852 Signed-off-by: Anders Eknert <anders@styra.com>
Successfully merging a pull request may close this issue.
While it's iteration, it's not being done at the top level, and should not be reported as such.
The text was updated successfully, but these errors were encountered: