Skip to content

Commit 281eb48

Browse files
authored
Finalize #5055, adding SuperHTML linter for HTML (#5069)
Remove bogus test of non-existing g:ale_html_superhtml_options. Co-authored-by: cos <cos>
1 parent ca1da76 commit 281eb48

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/linter/test_superhtml.vader

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ Execute(The executable should be configurable):
1515
AssertLinter '/usr/local/bin/superhtml',
1616
\ ale#Escape('/usr/local/bin/superhtml') . ' check --stdin'
1717

18-
Execute(The options should be configurable):
19-
let g:ale_html_superhtml_options = '--some-option'
20-
21-
AssertLinter 'superhtml',
22-
\ ale#Escape('superhtml') . ' check --stdin'
23-
2418
Execute(The use_global option should be respected):
2519
let g:ale_html_superhtml_executable = 'custom_superhtml'
2620
let g:ale_html_superhtml_use_global = 1

0 commit comments

Comments
 (0)