ale/ale_linters/elixir
Jon Parise b25794e81b elixir-ls now recognizes umbrella projects
Previously, elixir-ls would treat each sub-project within an umbrella as
standalone, which isn't desirable from a language server perspective.

Added ale#handlers#elixir#FindMixUmbrellaRoot, which locates the current
project's root and then continues searching upwards for a potential
umbrella project root. This literally looks just two levels up to keep
things simple while keeping in line with Elixir project conventions.

Use this new function to determine elixir-ls's LSP project root.
2018-11-04 06:40:25 -08: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 elixir-ls now recognizes umbrella projects 2018-11-04 06:40:25 -08:00
mix.vim FIX: use mix from the project root directory (#1954) 2018-10-10 17:19:47 +01:00