加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
erlang_ls.config 649 Bytes
一键复制 编辑 原始数据 按行查看 历史
# vim: ft=yaml
# https://erlang-ls.github.io/configuration/
# otp_path: "/path/to/otp/lib/erlang"
deps_dirs:
- "deps/*"
- "deps/*/apps/*"
- "extra_deps/*"
diagnostics:
disabled:
- bound_var_in_pattern
enabled:
- crossref
- dialyzer
# - elvis
- compiler
# - elvis
include_dirs:
- "deps"
- "deps/*/include"
- "extra_deps"
- "extra_deps/*/include"
lenses:
enabled:
- ct-run-test
- show-behaviour-usages
- suggest-spec
- function-references
disabled: []
# macros:
# - name: DEFINED_WITH_VALUE
# value: 42
# code_reload:
# node: rabbit@localhost
plt_path: .rabbitmq_server_release.plt
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化