Skip to content

Commit

Permalink
chore: disable dialyzer for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kainlite committed Mar 14, 2024
1 parent 26bd8a7 commit 5a70cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/dev.exs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ config :git_hooks,
],
pre_push: [
tasks: [
{:cmd, "mix dialyzer"},
# {:cmd, "mix dialyzer"},
{:cmd, "mix test --color"},
{:cmd, "echo 'success!'"}
]
Expand Down

0 comments on commit 5a70cf4

Please sign in to comment.