HCA-Healthcare / elixir-mllp

An Elixir library for transporting HL7 messages via MLLP (Minimal Lower Layer Protocol)
Apache License 2.0
41 stars 19 forks source link

Add additional flags to dialyzer config #24

Closed starbelly closed 2 years ago

starbelly commented 2 years ago

This commit adds :unmatched_returns and :race_conditions to dialzyer config.

See https://www.erlang.org/doc/man/dialyzer.html for details

starbelly commented 2 years ago

Note : I need to squash this before merging as the original commit message needs to be altered per switching from async: true to info: false