behavior3行为树
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

14 行
303 B

  1. {erl_opts, [debug_info, {i, "include"}
  2. %% {d, show_bt_log}, %% log_switch
  3. ]}.
  4. {deps, [
  5. {jsx, {git, "https://github.com/happyshiyu/jsx.git"}}
  6. ]}.
  7. {xref_checks, [
  8. undefined_function_calls
  9. , undefined_functions
  10. , locals_not_used
  11. , deprecated_function_calls
  12. , deprecated_functions
  13. ]}.