Merge remote-tracking branch 'tylucaskelley/master'
This commit is contained in:
11
ale_linters/markdown/markdownlint.vim
Normal file
11
ale_linters/markdown/markdownlint.vim
Normal file
@@ -0,0 +1,11 @@
|
||||
" Author: Ty-Lucas Kelley <tylucaskelley@gmail.com>
|
||||
" Description: Adds support for markdownlint
|
||||
|
||||
call ale#linter#Define('markdown', {
|
||||
\ 'name': 'markdownlint',
|
||||
\ 'executable': 'markdownlint',
|
||||
\ 'lint_file': 1,
|
||||
\ 'output_stream': 'both',
|
||||
\ 'command': 'markdownlint %s',
|
||||
\ 'callback': 'ale#handlers#markdownlint#Handle'
|
||||
\ })
|
||||
Reference in New Issue
Block a user