summaryrefslogtreecommitdiff
path: root/ale_linters/po/msgfmt.vim
blob: 60c25d30d3b5937faeb1fb896f1fd92139586ab4 (plain)
1
2
3
4
5
6
7
8
9
10
" Author: Cian Butler https://github.com/butlerx
" Description: msgfmt for PO files

call ale#linter#Define('po', {
\   'name': 'msgfmt',
\   'executable': 'msgfmt',
\   'output_stream': 'stderr',
\   'command': 'msgfmt --statistics %t',
\   'callback': 'ale#handlers#unix#HandleAsWarning',
\})