Commit 7b75f22
fix(dialyzer): pass string module suffix to Igniter.Project.Module
Igniter.Project.Module.module_name/2 is specced as (Igniter.t(), String.t()).
Using the atom MainWindow broke Dialyzer (invalid call, no_return on igniter/1,
and spurious unused_fun on private helpers). Use "MainWindow" consistently.
Unblocks CI for #69
Co-authored-by: Dominic Letz <dominicletz@users.noreply.github.com>1 parent 59bf274 commit 7b75f22
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments