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. ]}.