StyraInc / rego-style-guide

Style guide for Rego

Home Page:https://docs.styra.com/opa/rego-style-guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recommend importing individual future.keywords?

anderseknert opened this issue · comments

Since we've seen a few issues where existing rules or functions have clashed with the "catch all" import future.keywords at OPA version upgrades, it makes sense to recommend the more explicit alternative, i.e. declare one import per keyword used.