mix frontier.check
(Frontier v0.2.1)
Copy Markdown
Runs boundary checks without requiring :frontier in your compilers list.
Forces a recompile with the tracer enabled, collects cross-module references, and reports any violations.
$ mix frontier.check
$ mix frontier.check --warnings-as-errors
Use this when you don't want compile-time checking but still want to verify boundaries in CI or before a PR.
Options
--warnings-as-errors- Exit with error status if any violations are found