ref:fd4c5c1886c8146b78c7ab451a200bc57c9f63b3

Fix CI: formatting, dialyzer PLT missing :mix, stale test moduledoc

- Run mix format on 3 test files with long-line violations - Add plt_add_apps: [:mix] so dialyzer resolves Mix.Task/shell/raise - Update interop_edge_cases_test moduledoc (bugs are fixed, not failing) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
SHA: fd4c5c1886c8146b78c7ab451a200bc57c9f63b3
Author: Cole Christensen <cole.christensen@macmillan.com>
Date: 2026-02-11 06:42
Parents: 93e9e00
5 files changed +21 -9
Type
mix.exs +2 −1
@@ -31,7 +31,8 @@
homepage_url: @source_url,
docs: docs(),
dialyzer: [
plt_file: {:no_warn, "priv/plts/dialyzer.plt"}
plt_file: {:no_warn, "priv/plts/dialyzer.plt"},
plt_add_apps: [:mix]
]
]
end