Skip to content

Commit

Permalink
Fix dialyxir
Browse files Browse the repository at this point in the history
  • Loading branch information
MaeIsBad committed Feb 29, 2024
1 parent 198de20 commit 44066ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ defmodule Posexional.Mixfile do
description: "A library to manage positional files",
dialyzer: [
plt_add_apps: [:mix],
plt_add_deps: :transitive,
plt_add_deps: :app_tree,
ignore_warnings: ".dialyzerignore"
]
]
Expand Down

0 comments on commit 44066ab

Please sign in to comment.