Finalize #5055, adding SuperHTML linter for HTML (#5069)

Remove bogus test of non-existing g:ale_html_superhtml_options.

Co-authored-by: cos <cos>
This commit is contained in:
rymdbar
2025-12-21 04:51:45 +01:00
committed by GitHub
parent ca1da76d5e
commit 281eb4808c

View File

@@ -15,12 +15,6 @@ Execute(The executable should be configurable):
AssertLinter '/usr/local/bin/superhtml',
\ 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):
let g:ale_html_superhtml_executable = 'custom_superhtml'
let g:ale_html_superhtml_use_global = 1