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
Since the stated best practice is to use := for assignment and == for comparison, and only use = for unification, it would be nice if opa fmt rewrote Rego policies to follow this convention.
Describe the ideal solution
Smart detection of unification.
Describe a "Good Enough" solution
Convert at least simple cases of assignment and comparison.
The text was updated successfully, but these errors were encountered:
What part of OPA would you like to see improved?
Since the stated best practice is to use
:=
for assignment and==
for comparison, and only use=
for unification, it would be nice ifopa fmt
rewrote Rego policies to follow this convention.Describe the ideal solution
Smart detection of unification.
Describe a "Good Enough" solution
Convert at least simple cases of assignment and comparison.
The text was updated successfully, but these errors were encountered: