factor out float formatting into nicedecimal, include as dep
This commit is contained in:
parent
ed33626ed5
commit
620e6c7d91
4 changed files with 9 additions and 171 deletions
|
@ -21,3 +21,10 @@
|
|||
{dialyzer_opts, [{warnings, [unmatched_returns, error_handling, race_conditions, behaviours]}]}.
|
||||
{xref_checks, [undefined_function_calls]}.
|
||||
{cover_enabled, true}.
|
||||
|
||||
{deps, [
|
||||
{'nicedecimal',
|
||||
".*",
|
||||
{git, "git://github.com/talentdeficit/nicedecimal.git"}
|
||||
}
|
||||
]}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue