Commit daed2df
Replace deprecated xref: [exclude:] with elixirc_options: [no_warn_undefined:] (#488)
Elixir 1.20 deprecates the project-level `xref: [exclude: ...]` option in favor of
`elixirc_options: [no_warn_undefined: ...]`, which has been the canonical compiler
option since Elixir 1.7. mint requires `~> 1.12`, so the new option is valid across
the entire supported range — no version gating needed.
Behavior is identical: the same modules/MFAs are excluded from undefined-function
warnings. Verified `mix compile --warnings-as-errors` stays clean with castore
(optional) absent.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent d1c8c5c commit daed2df
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments