mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/ale/ale_linters/testft/testlinter.vim

11 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',
\})