behavior3行为树
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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