Merge pull request #2268 from m-pilia/alex

Add settings for the Alex linter
This commit is contained in:
w0rp
2019-02-10 23:43:43 +00:00
committed by GitHub
18 changed files with 105 additions and 108 deletions

View File

@@ -1,11 +1,4 @@
" Author: Johannes Wienke <languitar@semipol.de>
" Description: alex for markdown files
call ale#linter#Define('markdown', {
\ 'name': 'alex',
\ 'executable': 'alex',
\ 'command': 'alex %s -t',
\ 'output_stream': 'stderr',
\ 'callback': 'ale#handlers#alex#Handle',
\ 'lint_file': 1,
\})
call ale#handlers#alex#DefineLinter('markdown', '')