mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
20885fe4a9
The previous version has been failing without any good reason for me, so let's try this. About the version pick: It's not the latest version (v1.62.0 at the moment), because that would introduce a new revive rule, redeclares-builtin-id, and that flags every variable called `min` or `max` in the code base. I had started addressing these, but they were just too many. The new issues related to this version are mostly that it complains whenever it finds a non-static string that makes its way into a printf- like function. However, that's a common pattern in some place here, so I've sprinkled some nolint:govet on it. Signed-off-by: Stephan Renatus <stephan@styra.com>