mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 05:04:28 +08:00
Save redpen_options when running tests
Some checks failed
CI / build_image (push) Has been cancelled
CI / test_ale (--linters-only) (push) Has been cancelled
CI / test_ale (--lua-only) (push) Has been cancelled
CI / test_ale (--neovim-07-only) (push) Has been cancelled
CI / test_ale (--neovim-08-only) (push) Has been cancelled
CI / test_ale (--vim-80-only) (push) Has been cancelled
CI / test_ale (--vim-90-only) (push) Has been cancelled
Some checks failed
CI / build_image (push) Has been cancelled
CI / test_ale (--linters-only) (push) Has been cancelled
CI / test_ale (--lua-only) (push) Has been cancelled
CI / test_ale (--neovim-07-only) (push) Has been cancelled
CI / test_ale (--neovim-08-only) (push) Has been cancelled
CI / test_ale (--vim-80-only) (push) Has been cancelled
CI / test_ale (--vim-90-only) (push) Has been cancelled
This commit is contained in:
@@ -2,8 +2,9 @@ Before:
|
|||||||
" This is just one example of a language using the linter.
|
" This is just one example of a language using the linter.
|
||||||
call ale#assert#SetUpLinterTest('markdown', 'redpen')
|
call ale#assert#SetUpLinterTest('markdown', 'redpen')
|
||||||
|
|
||||||
unlet! g:ale_redpen_options
|
Save g:ale_redpen_options
|
||||||
call ale#Set('redpen_options', '')
|
|
||||||
|
let g:ale_redpen_options = ''
|
||||||
|
|
||||||
After:
|
After:
|
||||||
call ale#assert#TearDownLinterTest()
|
call ale#assert#TearDownLinterTest()
|
||||||
|
|||||||
Reference in New Issue
Block a user