StyraInc / regal

Regal is a linter and language server for Rego, bringing your policy development experience to the next level!
https://docs.styra.com/regal
Apache License 2.0
253 stars 34 forks source link

linter: support single file aggregate data collection and parameterised aggregate data in Lint() #1139

Closed charlieegan3 closed 5 days ago

charlieegan3 commented 6 days ago

This change in intended to be a step to being able to externally store and manage aggregate data from the linter to caching between runs.

This PR only adds the basic functionality for such a feature.

Related https://github.com/StyraInc/regal/issues/1133