mirror of
https://github.com/dense-analysis/ale
synced 2024-12-28 17:12:23 +00:00
Merge pull request #2059 from jparise/test-elixir-paths
Remove test/command_callback/mix_paths/
This commit is contained in:
commit
6858b4a259
@ -1 +0,0 @@
|
||||
use Mix.Config
|
@ -11,10 +11,10 @@ After:
|
||||
call ale#assert#TearDownLinterTest()
|
||||
|
||||
Execute(The default mix command should be correct):
|
||||
call ale#test#SetFilename('mix_paths/wrapped_project/lib/app.ex')
|
||||
call ale#test#SetFilename('elixir_paths/mix_project/lib/app.ex')
|
||||
|
||||
AssertLinter 'mix',
|
||||
\ ale#path#CdString(ale#path#Simplify(g:dir . '/mix_paths/wrapped_project'))
|
||||
\ ale#path#CdString(ale#path#Simplify(g:dir . '/elixir_paths/mix_project'))
|
||||
\ . g:env_prefix
|
||||
\ . 'mix compile %s'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user