Created
September 29, 2020 17:51
-
-
Save DaniruKun/17ff36b47ae3afd032b563b3ac90b4fb to your computer and use it in GitHub Desktop.
Standard Erlang language server project configuration file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
deps_dirs: | |
- "_build/default/lib/*" | |
diagnostics: | |
enabled: | |
- xref | |
disabled: | |
- dialyzer | |
include_dirs: | |
- "include" | |
- "_build/default/lib" | |
- "_build/default/deps" | |
lenses: | |
enabled: | |
- ct-run-test | |
disabled: | |
- show-behaviour-usages |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment