ソースを参照

fix(dialyzer): fix dialyzer warnings for emqx app standalone

Zaiming (Stone) Shi 2 年 前
コミット
a0833282f2
1 ファイル変更1 行追加1 行削除
  1. 1 1
      apps/emqx/rebar.config

+ 1 - 1
apps/emqx/rebar.config

@@ -66,7 +66,7 @@
     {plt_location, "."},
     {plt_prefix, "emqx_dialyzer"},
     {plt_apps, all_apps},
-    {plt_extra_apps, [hocon]},
+    {plt_extra_apps, [hocon,mnesia,bcrypt,os_mon,pbkdf2,emqx_http_lib, recon]},
     {statistics, true}
 ]}.