mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Add Erlang LS default configuration
This commit is contained in:
parent
c8d866d01a
commit
e191bc253d
32
erlang_ls.config
Normal file
32
erlang_ls.config
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
otp_path: "/usr/lib/erlang"
|
||||||
|
plt_path: "_build/default/rebar3_24.3.3_plt"
|
||||||
|
#code_reload:
|
||||||
|
# node: ejabberd@localhost
|
||||||
|
apps_dirs:
|
||||||
|
- "_build/default/lib/*"
|
||||||
|
deps_dirs:
|
||||||
|
- "_build/default/lib/*"
|
||||||
|
include_dirs:
|
||||||
|
- "_build/default/lib"
|
||||||
|
- "_build/default/lib/*/include"
|
||||||
|
- "include"
|
||||||
|
macros:
|
||||||
|
- name: DEPRECATED_GET_STACKTRACE
|
||||||
|
- name: HAVE_ERL_ERROR
|
||||||
|
- name: HAVE_URI_STRING
|
||||||
|
- name: OTP_BELOW_25
|
||||||
|
- name: SIP
|
||||||
|
- name: STUN
|
||||||
|
diagnostics:
|
||||||
|
# enabled:
|
||||||
|
# - crossref
|
||||||
|
disabled:
|
||||||
|
# - dialyzer
|
||||||
|
- unused_includes # Otherwise it complains about unused logger.hrl
|
||||||
|
lenses:
|
||||||
|
disabled:
|
||||||
|
- ct-run-test
|
||||||
|
- function-references
|
||||||
|
- server-info
|
||||||
|
- show-behaviour-usages
|
||||||
|
- suggest-spec
|
Loading…
Reference in New Issue
Block a user