ale/ale_linters/elixir
Jon Parise 4bee0f1743 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.
2018-10-31 10:32:48 -07:00
..
credo.vim Fix Credo message types (#1963) 2018-10-11 10:00:10 +01:00
dialyxir.vim FIX: use mix from the project root directory (#1954) 2018-10-10 17:19:47 +01:00
dogma.vim FIX: use mix from the project root directory (#1954) 2018-10-10 17:19:47 +01:00
elixir_ls.vim Add configuration dictionary support to elixir-ls 2018-10-31 10:32:48 -07:00
mix.vim FIX: use mix from the project root directory (#1954) 2018-10-10 17:19:47 +01:00