7c643a2d9c
Read more here: https://github.com/w0rp/ale
10 lines
274 B
VimL
10 lines
274 B
VimL
" Author: neersighted <bjorn@neersighted.com>
|
|
" Description: dummy linter to use in tests
|
|
|
|
call ale#linter#Define('testft', {
|
|
\ 'name': 'testlinter',
|
|
\ 'output_stream': 'stdout',
|
|
\ 'executable': 'testlinter',
|
|
\ 'command': 'testlinter',
|
|
\ 'callback': 'testCB',
|
|
\})
|