mirror of
https://github.com/dense-analysis/ale.git
synced 2026-04-28 01:55:30 +08:00
3d3b75cdc5
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
15 lines
474 B
Plaintext
15 lines
474 B
Plaintext
Before:
|
|
call ale#assert#SetUpLinterTest('markdown', 'harper')
|
|
|
|
After:
|
|
call ale#assert#TearDownLinterTest()
|
|
|
|
Execute(The default command should be correct):
|
|
AssertLinter 'harper-ls', ale#Escape('harper-ls') . ' --stdio'
|
|
|
|
Execute(Should accept configuration settings):
|
|
AssertLSPConfig g:ale_markdown_harper_config
|
|
|
|
let b:ale_markdown_harper_config = {'harper-ls': {'diagnosticSeverity': 'warning'}}
|
|
AssertLSPConfig {'harper-ls': {'diagnosticSeverity': 'warning'}}
|