mirror of
https://github.com/dense-analysis/ale
synced 2025-03-01 02:42:26 +00:00
Fix retrying on some test failures
This commit is contained in:
parent
f1ecc2e068
commit
6888ca46a7
@ -39,6 +39,7 @@ Execute(User provided options should be used):
|
|||||||
|
|
||||||
Execute(The project path should be correct for .git directories):
|
Execute(The project path should be correct for .git directories):
|
||||||
call ale#test#SetFilename('psalm-project/test.php')
|
call ale#test#SetFilename('psalm-project/test.php')
|
||||||
|
let g:matched = 0
|
||||||
|
|
||||||
for g:i in range(4)
|
for g:i in range(4)
|
||||||
if !isdirectory(g:dir . '/.git')
|
if !isdirectory(g:dir . '/.git')
|
||||||
|
Loading…
Reference in New Issue
Block a user