mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
Add a linter for alex
https://github.com/wooorm/alex Enabled for text-like file formats and documented in README and doc.
This commit is contained in:
10
ale_linters/pod/alex.vim
Normal file
10
ale_linters/pod/alex.vim
Normal file
@@ -0,0 +1,10 @@
|
||||
" Author: Johannes Wienke <languitar@semipol.de>
|
||||
" Description: alex for pod files
|
||||
|
||||
call ale#linter#Define('pod', {
|
||||
\ 'name': 'alex',
|
||||
\ 'executable': 'alex',
|
||||
\ 'command': 'alex %t -t',
|
||||
\ 'output_stream': 'stderr',
|
||||
\ 'callback': 'ale#handlers#alex#Handle',
|
||||
\})
|
||||
Reference in New Issue
Block a user