Skip to content

Commit

Permalink
setup dialyzer (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: emmanuel.pinault <[email protected]>
  • Loading branch information
epinault and epinault authored Mar 26, 2024
1 parent 23f0ac1 commit 4e01692
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Empty file added .dialyzer.ignore-warnings
Empty file.
5 changes: 5 additions & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ defmodule RedisMutex.Mixfile do
source_url: "https://github.com/podium/redis_mutex",
deps: deps(),
docs: docs(),
dialyzer: [
ignore_warnings: ".dialyzer.ignore-warnings",
list_unused_filters: true,
plt_add_apps: [:mix]
],
package: package(),
test_coverage: [summary: [threshold: 90]]
]
Expand Down

0 comments on commit 4e01692

Please sign in to comment.