We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af9a6b2 commit b516210Copy full SHA for b516210
1 file changed
lib/mix/tasks/scrypath/index/contract_drift.ex
@@ -81,6 +81,8 @@ defmodule Mix.Tasks.Scrypath.Index.ContractDrift do
81
end
82
83
84
+ # `System.halt/1` does not return; Dialyzer reports `no_return` otherwise.
85
+ @dialyzer {:nowarn_function, emit_drift_and_halt!: 3}
86
defp emit_drift_and_halt!(schema, %Report{index: index} = report, opts) do
87
if opts[:json] do
88
Mix.shell().info(Jason.encode!(report))
0 commit comments