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
ignored-import
input
package play import rego.v1 import input allow if input
This correctly flags the import of input, but it's not an ignored-import and shouldn't be flagged for that.
The text was updated successfully, but these errors were encountered:
Fix false positive when importing input/data in ignored-import
1aae2a4
Fixes #746 Signed-off-by: Anders Eknert <anders@styra.com>
Fix false positive when importing input/data in ignored-import (#747)
f0875e3
Fix false positive when importing input/data in ignored-import (Sty…
c337ecc
…raInc#747) Fixes StyraInc#746 Signed-off-by: Anders Eknert <anders@styra.com>
Successfully merging a pull request may close this issue.
This correctly flags the import of input, but it's not an
ignored-import
and shouldn't be flagged for that.The text was updated successfully, but these errors were encountered: