Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bypass deprecation lint warning (#45)
CI is failing because of a deprecation notice on `cel.OptCheckStringFormat`, but the recommended alternative doesn't appear to exist. I've filed google/cel-go#837 upstream to clarify, but for now tests are passing so I think we can safely bypass this lint error. I also filed #44 so that we don't forget to migrate to whichever API is recommended and remove this bypass.
- Loading branch information