Skip to content

Commit

Permalink
Make dialyzer be quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Nov 7, 2023
1 parent 32d96a9 commit 3c1948b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ defmodule Tesla.Middleware.DynamicHeaders.MixProject do
# "hex.outdated",
"hex.audit",
"deps.audit",
"dialyzer"
"dialyzer --quiet-with-result"
],
"quality.ci": [
"format --check-formatted",
Expand All @@ -115,7 +115,7 @@ defmodule Tesla.Middleware.DynamicHeaders.MixProject do
"hex.audit",
"deps.audit",
"credo",
"dialyzer"
"dialyzer --quiet-with-result"
]
]
end
Expand Down

0 comments on commit 3c1948b

Please sign in to comment.