mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-13 03:42:35 -06:00
ca783539f8
Sometimes compiling large policies with many errors causes more output errors than is easily sorted through. The compiler has been updated to cancel after a configurable number of errors (default no limit), and the server, repl and check command support options for setting that limit.