mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 21:24:33 +08:00
#653 Update tslint to set the filename key for problems in other files
This commit is contained in:
24
test/command_callback/test_tslint_command_callback.vader
Normal file
24
test/command_callback/test_tslint_command_callback.vader
Normal file
@@ -0,0 +1,24 @@
|
||||
Before:
|
||||
Save g:typescript_tslint_executable
|
||||
Save g:typescript_tslint_config_path
|
||||
Save g:typescript_tslint_use_global
|
||||
|
||||
unlet! g:typescript_tslint_executable
|
||||
unlet! g:typescript_tslint_config_path
|
||||
unlet! g:typescript_tslint_use_global
|
||||
|
||||
runtime ale_linters/typescript/tslint.vim
|
||||
|
||||
call ale#test#SetDirectory('/testplugin/test/command_callback')
|
||||
|
||||
After:
|
||||
Restore
|
||||
|
||||
call ale#test#RestoreDirectory()
|
||||
call ale#linter#Reset()
|
||||
|
||||
Execute(The default tslint command should be correct):
|
||||
AssertEqual
|
||||
\ 'cd ''' . expand('%:p:h') . ''' && '
|
||||
\ . 'tslint --format json %t',
|
||||
\ ale_linters#typescript#tslint#GetCommand(bufnr(''))
|
||||
Reference in New Issue
Block a user