add po support with proselint, writegood, msgfmt and alex

This commit is contained in:
butlerx
2018-01-27 11:40:40 +00:00
parent dffc162dd6
commit 9dad25778f
7 changed files with 55 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
" Author: Cian Butler https://github.com/butlerx
" Description: alex for PO files
call ale#linter#Define('po', {
\ 'name': 'alex',
\ 'executable': 'alex',
\ 'command': 'alex %s -t',
\ 'output_stream': 'stderr',
\ 'callback': 'ale#handlers#alex#Handle',
\ 'lint_file': 1,
\})