aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorrymdbar2025-12-21 04:51:45 +0100
committerGitHub2025-12-21 12:51:45 +0900
commit281eb4808c57f42073e491c1e6891973ea5a07e8 (patch)
tree5b456419b2367ec8c31fd888f980687ca46de067
parentca1da76d5e91e42f676654905c0c7b6d074b8068 (diff)
downloadale-281eb4808c57f42073e491c1e6891973ea5a07e8.tar.gz

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

Co-authored-by: cos <cos>

-rw-r--r--test/linter/test_superhtml.vader6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/linter/test_superhtml.vader b/test/linter/test_superhtml.vader
index 15527c185..cfb266210 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