Skip to content

Commit

Permalink
add dialyzer ignore file and live reload to test for dialyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshull committed Oct 24, 2024
1 parent df2066a commit 36562aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added .dialyzer_ignore.exs
Empty file.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ defmodule DotCom.Mixfile do
{:phoenix_ecto, "4.6.2"},
{:phoenix_html_helpers, "1.0.1"},
{:phoenix_live_dashboard, "0.8.4"},
{:phoenix_live_reload, "1.5.3", [only: :dev]},
{:phoenix_live_reload, "1.5.3", only: [:dev, :test]},
# currently release candidate, but used in Phoenix 1.7 generator: https://github.com/phoenix-diff/phoenix-diff/blob/f320791d24bc3248fbdde557978235829313aa06/priv/data/sample-app/1.7.14/default/mix.exs#L42
{:phoenix_live_view, "~> 1.0.0-rc.6", override: true},
{:phoenix_pubsub, "2.1.3"},
Expand Down

0 comments on commit 36562aa

Please sign in to comment.