Skip to content

Commit

Permalink
fix: dialyzer error
Browse files Browse the repository at this point in the history
  • Loading branch information
zachallaun committed Jul 17, 2024
1 parent 4c05526 commit bffca12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions lib/mneme/watch/test_runner.ex
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ defmodule Mneme.Watch.TestRunner do
Mix.Task.run(:test, cli_args)
end

@dialyzer {:nowarn_function, recompile: 0}
defp recompile do
IEx.Helpers.recompile()
end
Expand Down
3 changes: 1 addition & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,7 @@ defmodule Mneme.MixProject do
:underspecs,

# disable warnings:
:no_return,
:no_unknown
:no_return
]
]
end
Expand Down

0 comments on commit bffca12

Please sign in to comment.