How to fix the "Callback info about the Mix.Task behaviour is not available." error from Dialyzer

Will Ceolin - Apr 12 '23 - - Dev Community

Add this to the dialyzer options in your mix.exs file:

def project do
  [
    dialyzer: [
      plt_add_apps: [:mix]
    ]
  ]
end
Enter fullscreen mode Exit fullscreen mode
. . . . . . . . . . . . . . . . . . . . . . . . .
Terabox Video Player