From 281eb4808c57f42073e491c1e6891973ea5a07e8 Mon Sep 17 00:00:00 2001 From: rymdbar Date: Sun, 21 Dec 2025 04:51:45 +0100 Subject: [PATCH] Finalize #5055, adding SuperHTML linter for HTML (#5069) Remove bogus test of non-existing g:ale_html_superhtml_options. Co-authored-by: cos --- test/linter/test_superhtml.vader | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/linter/test_superhtml.vader b/test/linter/test_superhtml.vader index 15527c18..cfb26621 100644 --- a/test/linter/test_superhtml.vader +++ b/test/linter/test_superhtml.vader @@ -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