File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed
Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ [
2+ ~r/ Mix.Task behaviour is not available/ ,
3+ { "lib/algora/contracts/contracts.ex" , :pattern_match }
4+ ]
Original file line number Diff line number Diff line change @@ -31,4 +31,5 @@ node_modules
3131* .patch
3232/.fly
3333/xref *
34- /priv /domain_blacklist.txt
34+ /priv /domain_blacklist.txt
35+ /priv /plts
Original file line number Diff line number Diff line change @@ -53,4 +53,5 @@ npm-debug.log
5353/.fly
5454/xref *
5555/priv /domain_blacklist.txt
56+ /priv /plts
5657/priv /dev
Original file line number Diff line number Diff line change @@ -10,7 +10,11 @@ defmodule Algora.MixProject do
1010 start_permanent: Mix . env ( ) == :prod ,
1111 aliases: aliases ( ) ,
1212 deps: deps ( ) ,
13- dialyzer: [ plt_add_apps: [ :mix ] ]
13+ dialyzer: [
14+ plt_local_path: "priv/plts/project.plt" ,
15+ plt_core_path: "priv/plts/core.plt" ,
16+ ignore_warnings: ".dialyzer_ignore.exs"
17+ ]
1418 ]
1519 end
1620
You can’t perform that action at this time.
0 commit comments