Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .dialyzer_ignore.exs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
# Ecto.Multi opaque type false positives (code works correctly)
~r/lib\/phoenix_kit\/users\/auth\.ex:.*call_without_opaque/,

# Connections module (extracted to phoenix_kit_user_connections) — conditional calls via Code.ensure_loaded?
{"lib/phoenix_kit_web/live/users/user_details.ex", :unknown_function},

# Legal module (extracted to phoenix_kit_legal) — conditional component calls
{"lib/phoenix_kit_web/components/layout_wrapper.ex", :unknown_function},
{"lib/phoenix_kit_web/components/layouts/root.html.heex", :unknown_function},
Expand Down
306 changes: 0 additions & 306 deletions lib/modules/connections/README.md

This file was deleted.

Loading
Loading