summaryrefslogtreecommitdiff
path: root/ale_linters/markdown
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2019-02-10 23:43:43 +0000
committerGitHub <noreply@github.com>2019-02-10 23:43:43 +0000
commit6ebe24b5ffcd8536c613a4f12d07ccadbfb07cd8 (patch)
tree1f4f2f8ebd0a63c7dbc835914843f87863696e75 /ale_linters/markdown
parent752e6f0ab9201483745caa052cada0afcd078d82 (diff)
parent771581a945c677a96ccb33f17c8892de42a5e939 (diff)
downloadale-6ebe24b5ffcd8536c613a4f12d07ccadbfb07cd8.zip
Merge pull request #2268 from m-pilia/alex
Add settings for the Alex linter
Diffstat (limited to 'ale_linters/markdown')
-rw-r--r--ale_linters/markdown/alex.vim9
1 files changed, 1 insertions, 8 deletions
diff --git a/ale_linters/markdown/alex.vim b/ale_linters/markdown/alex.vim
index 29306141..63769b5e 100644
--- a/ale_linters/markdown/alex.vim
+++ b/ale_linters/markdown/alex.vim
@@ -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', '')