We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b6269 commit c4cedeeCopy full SHA for c4cedee
test/linter/test_yara_yls.vader
@@ -2,18 +2,7 @@ Before:
2
call ale#assert#SetUpLinterTest('yara', 'yls')
3
4
After:
5
- if isdirectory(g:dir . '/.git')
6
- call delete(g:dir . '/.git', 'd')
7
- endif
8
-
9
call ale#assert#TearDownLinterTest()
10
11
Execute(The default executable path should be correct):
12
AssertLinter 'yls', ale#Escape('yls') . ' -v'
13
14
-Execute(The project root should be detected correctly):
15
- if !isdirectory(g:dir . '/.git')
16
- call mkdir(g:dir . '/.git')
17
18
19
- AssertLSPProject g:dir
0 commit comments