Commit cd31f6a
fix: configure Dialyzer to ignore Mix.Task callback warnings
Add Dialyzer configuration to suppress informational warnings:
- Added .dialyzer_ignore.exs to ignore callback_info_missing for Mix.Task
- Added plt_add_apps: [:mix] to include Mix in PLT
- Removed overly-specific check_freshness/1 spec to use inference
These warnings are harmless and occur because Mix.Task behaviour
callback info is not available in the PLT.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 9050e5c commit cd31f6a
File tree
3 files changed
+14
-1
lines changed- lib/phoenix/react_server
3 files changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
191 | 190 | | |
192 | 191 | | |
193 | 192 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
73 | 81 | | |
0 commit comments