Debugging, improved logging, etc.
This commit is contained in:
@@ -5,3 +5,9 @@
|
||||
%% {config, "config/sys.config"},
|
||||
{apps, [gm_ctflow]}
|
||||
]}.
|
||||
|
||||
{dialyzer, [
|
||||
{warnings, [unknown]},
|
||||
{plt_apps, all_deps},
|
||||
{base_plt_apps, [erts, kernel, stdlib, common_test]}
|
||||
]}.
|
||||
|
||||
Reference in New Issue
Block a user