diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-01-28 12:49:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-28 12:49:18 +0000 |
commit | 1832240cff33a91b0b12d8719b986838c2d36e6a (patch) | |
tree | 413d5f3e78e85510108f630cadfcdaa754d7223e /doc | |
parent | 65fc5d11c77527bbf19a94da919fb37b5a02924b (diff) | |
parent | 9dad25778fa3c848d9ce010979323e91d00a3819 (diff) | |
download | ale-1832240cff33a91b0b12d8719b986838c2d36e6a.zip |
Merge pull request #1321 from butlerx/feature/po
add po support with proselint, writegood, msgfmt and alex
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-po.txt | 12 | ||||
-rw-r--r-- | doc/ale.txt | 3 |
2 files changed, 15 insertions, 0 deletions
diff --git a/doc/ale-po.txt b/doc/ale-po.txt new file mode 100644 index 00000000..1e03b7bb --- /dev/null +++ b/doc/ale-po.txt @@ -0,0 +1,12 @@ +=============================================================================== +ALE PO Integration *ale-po-options* + + +=============================================================================== +write-good *ale-po-write-good* + +See |ale-write-good-options| + + +=============================================================================== +vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: diff --git a/doc/ale.txt b/doc/ale.txt index 19e41338..417db583 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -155,6 +155,8 @@ CONTENTS *ale-contents* phpcs...............................|ale-php-phpcs| phpmd...............................|ale-php-phpmd| phpstan.............................|ale-php-phpstan| + po....................................|ale-po-options| + write-good..........................|ale-po-write-good| pod...................................|ale-pod-options| write-good..........................|ale-pod-write-good| proto.................................|ale-proto-options| @@ -342,6 +344,7 @@ Notes: * OCaml: `merlin` (see |ale-ocaml-merlin|), `ols` * Perl: `perl -c`, `perl-critic` * PHP: `hack`, `hackfmt`, `langserver`, `phan`, `php -l`, `phpcs`, `phpmd`, `phpstan`, `phpcbf` +* PO: `alex`!!, `msgfmt`, `proselint`, `write-good` * Pod: `alex`!!, `proselint`, `write-good` * proto: `protoc-gen-lint` * Pug: `pug-lint` |