10 lines
435 B
Elixir
10 lines
435 B
Elixir
# Ecto.Multi stores operation names in a MapSet. OTP 28+ can report
|
|
# call_without_opaque at the application call site even though only Ecto's
|
|
# public constructors are used. Keep these filters path- and warning-specific;
|
|
# `list_unused_filters: true` makes Dialyxir fail when either workaround is no
|
|
# longer needed.
|
|
[
|
|
{"lib/who_need_help/help.ex", :call_without_opaque},
|
|
{"lib/who_need_help/tracking.ex", :call_without_opaque}
|
|
]
|