diff options
author | Jon Parise <jon@indelible.org> | 2018-10-31 10:24:03 -0700 |
---|---|---|
committer | Jon Parise <jon@indelible.org> | 2018-10-31 10:32:48 -0700 |
commit | 4bee0f1743d611ca1e6e338d4cb48417f4162f0b (patch) | |
tree | 0d06e8ada638ab2a1c31c9c5e6e29e35685e2932 /test/script | |
parent | 4b841b55869e3ec5b02806f9b2fe962ffdca2750 (diff) | |
download | ale-4bee0f1743d611ca1e6e338d4cb48417f4162f0b.zip |
Add configuration dictionary support to elixir-ls
This adds generic configuration dictionary support to the elixir-ls
linter. This is useful for disabling its built-in Dialyzer support, for
example, which can improve startup time.
The configuration dictionary is a little verbose. I considered reducing
the user configuration to only the nested settings dictionary (and
having the linter implementation wrap it in the top-level `elixirLS`
dictionary), but leaving it fully configurable simplifies the code and
removes any assumptions about current or future ElixirLS behavior.
Diffstat (limited to 'test/script')
0 files changed, 0 insertions, 0 deletions