diff options
author | Matteo Centenaro <bugant@gmail.com> | 2018-10-10 18:19:47 +0200 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2018-10-10 17:19:47 +0100 |
commit | bf1ac8e822835ac2b0e1173e1e014c773b8e51a6 (patch) | |
tree | c07810d24da1049e22910538555d4a5db2e941b3 /test/command_callback/elixir_paths/mix_project/lib | |
parent | ea49cc759f7254c03a3515371ffad23e6b326d07 (diff) | |
download | ale-bf1ac8e822835ac2b0e1173e1e014c773b8e51a6.zip |
FIX: use mix from the project root directory (#1954)
* FIX: use mix from the project root directory
* Move find root project function to autoloaded handlers
* add tests for #ale#handlers#elixr#FindMixProjectRoot
Diffstat (limited to 'test/command_callback/elixir_paths/mix_project/lib')
-rw-r--r-- | test/command_callback/elixir_paths/mix_project/lib/foo.ex | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/test/command_callback/elixir_paths/mix_project/lib/foo.ex b/test/command_callback/elixir_paths/mix_project/lib/foo.ex new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/command_callback/elixir_paths/mix_project/lib/foo.ex |