diff options
author | butlerx <butlerx@notthe.cloud> | 2018-01-27 11:40:40 +0000 |
---|---|---|
committer | butlerx <butlerx@notthe.cloud> | 2018-01-27 12:17:15 +0000 |
commit | 9dad25778fa3c848d9ce010979323e91d00a3819 (patch) | |
tree | e7ecf746d777a0bce4ebb09f5ee76594444ed454 /doc/ale.txt | |
parent | dffc162dd66bfa0a2b2591d03df6895c378d8fce (diff) | |
download | ale-9dad25778fa3c848d9ce010979323e91d00a3819.zip |
add po support with proselint, writegood, msgfmt and alex
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index e0002f77..ce6e6d53 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -154,6 +154,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| @@ -341,6 +343,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` |