We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca1da76 commit 281eb48Copy full SHA for 281eb48
test/linter/test_superhtml.vader
@@ -15,12 +15,6 @@ Execute(The executable should be configurable):
15
AssertLinter '/usr/local/bin/superhtml',
16
\ ale#Escape('/usr/local/bin/superhtml') . ' check --stdin'
17
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
24
Execute(The use_global option should be respected):
25
let g:ale_html_superhtml_executable = 'custom_superhtml'
26
let g:ale_html_superhtml_use_global = 1
0 commit comments