1
0
Fork 0
mirror of synced 2024-05-30 05:51:10 -04:00
ultimate-vim/sources_non_forked/ale/ale_linters/testft/testlinter.vim
2018-03-31 11:55:20 -03:00

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