diff options
Diffstat (limited to 'ale_linters/html/alex.vim')
-rw-r--r-- | ale_linters/html/alex.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ale_linters/html/alex.vim b/ale_linters/html/alex.vim index 85dc4fd6..5a1f61e9 100644 --- a/ale_linters/html/alex.vim +++ b/ale_linters/html/alex.vim @@ -4,7 +4,8 @@ call ale#linter#Define('html', { \ 'name': 'alex', \ 'executable': 'alex', -\ 'command': 'alex %t -t', +\ 'command': 'alex %s -t', \ 'output_stream': 'stderr', \ 'callback': 'ale#handlers#alex#Handle', +\ 'lint_file': 1, \}) |