ex_audit icon indicating copy to clipboard operation
ex_audit copied to clipboard

Add typespecs for Ecto types

Open mcasper opened this issue 3 years ago • 1 comments

This allows users to define complete typespecs for their Version modules, without dialyzer (correctly) complaining about

:0:unknown_type
Unknown type: ExAudit.Type.Action.t/0.

:0:unknown_type
Unknown type: ExAudit.Type.Patch.t/0.

:0:unknown_type
Unknown type: ExAudit.Type.Schema.t/0.

mcasper avatar Mar 26 '21 16:03 mcasper

Thank you for the corrections @narrowtux, they've been pushed up!

mcasper avatar Mar 27 '21 18:03 mcasper