mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-22 20:11:26 +08:00
Remove bogus test of non-existing g:ale_html_superhtml_options. Co-authored-by: cos <cos>
This commit is contained in:
@@ -15,12 +15,6 @@ Execute(The executable should be configurable):
|
|||||||
AssertLinter '/usr/local/bin/superhtml',
|
AssertLinter '/usr/local/bin/superhtml',
|
||||||
\ ale#Escape('/usr/local/bin/superhtml') . ' check --stdin'
|
\ ale#Escape('/usr/local/bin/superhtml') . ' check --stdin'
|
||||||
|
|
||||||
Execute(The options should be configurable):
|
|
||||||
let g:ale_html_superhtml_options = '--some-option'
|
|
||||||
|
|
||||||
AssertLinter 'superhtml',
|
|
||||||
\ ale#Escape('superhtml') . ' check --stdin'
|
|
||||||
|
|
||||||
Execute(The use_global option should be respected):
|
Execute(The use_global option should be respected):
|
||||||
let g:ale_html_superhtml_executable = 'custom_superhtml'
|
let g:ale_html_superhtml_executable = 'custom_superhtml'
|
||||||
let g:ale_html_superhtml_use_global = 1
|
let g:ale_html_superhtml_use_global = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user