Skip to content

Commit

Permalink
Update dialyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
MaeIsBad committed Dec 19, 2023
1 parent 4fffbd5 commit cbb1f7b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .dialyzerignore

This file was deleted.

4 changes: 1 addition & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ defmodule Posexional.Mixfile do
package: package(),
description: "A library to manage positional files",
dialyzer: [
plt_add_apps: [:mix],
plt_add_deps: :transitive,
ignore_warnings: ".dialyzerignore"
plt_add_apps: [:mix, :ex_unit]
]
]
end
Expand Down
2 changes: 1 addition & 1 deletion test/support/case.ex
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Posexional.Case do

using do
quote do
alias Posexional.{Field, File, Row}
# alias Posexional.{Field, File, Row}
end
end
end

0 comments on commit cbb1f7b

Please sign in to comment.