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
There's a nice tweak https://www.openpolicyagent.org/docs/latest/strict/ that allows the user to impose strict compilation rules in a given policy such as checking unused variables or unused imports. I think this might be synced down to conftest too so the users would have a similar experience compared to opa
I think the implementation of it would be pretty straight-forward because it's already an option for NewCompiler() if it is tainted with WithStrict(true) and could be manageable thru a flag
Looking forward to hearing your thoughts on that, thanks all in advance
The text was updated successfully, but these errors were encountered:
hey team
There's a nice tweak https://www.openpolicyagent.org/docs/latest/strict/ that allows the user to impose strict compilation rules in a given policy such as checking unused variables or unused imports. I think this might be synced down to conftest too so the users would have a similar experience compared to opa
I think the implementation of it would be pretty straight-forward because it's already an option for
NewCompiler()
if it is tainted withWithStrict(true)
and could be manageable thru a flagLooking forward to hearing your thoughts on that, thanks all in advance
The text was updated successfully, but these errors were encountered: