Regal v0.32.0 Released #681
charlieegan3
started this conversation in
Ecosystem
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We’re excited to announce Regal v0.32.0, packed with 3 new linter rules to improve your Rego policies. 🔍 New Rules:
redundant-loop-count
: Flags unnecessary checks for empty collections in loops.import-shadows-rule
: Highlights conflicts between imports and rule names.time-now-ns-twice
: Catches multiple time.now_ns() calls in a rule and encourages using proper benchmarking functionality instead.Upgrade to v0.32.0 and make your Rego code cleaner and more efficient!
Release notes
Beta Was this translation helpful? Give feedback.
All reactions