Skip to content

Commit

Permalink
Dialyzer error
Browse files Browse the repository at this point in the history
  • Loading branch information
silbermm committed Oct 14, 2023
1 parent 96ab3bb commit ac521b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defmodule ExdocCLI.MixProject do
escript: escript(),
package: package(),
dialyzer: [
flags: ["-Wunmatched_returns", :error_handling, :race_conditions, :underspecs]
flags: ["-Wunmatched_returns", :error_handling, :underspecs]
],
source_url: "https://github.com/silbermm/exdoc_cli"
]
Expand Down

0 comments on commit ac521b6

Please sign in to comment.