summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSam Howie <showie@dev14483.prn1.facebook.com>2017-10-26 16:11:02 -0700
committerSam Howie <samhowie@gmail.com>2017-10-27 13:42:55 -0700
commit36898436b53f8f7df7790ce3ce0681cfd4c9bdb6 (patch)
tree9f8ac7eceb95d1e866047317847125ee36c146eb /doc
parent73b8181ce65ab8386d0fb900954757d740b600d2 (diff)
downloadale-36898436b53f8f7df7790ce3ce0681cfd4c9bdb6.zip
Add hackfmt fixer
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-php.txt11
-rw-r--r--doc/ale.txt3
2 files changed, 13 insertions, 1 deletions
diff --git a/doc/ale-php.txt b/doc/ale-php.txt
index 8756d60e..f09c95fd 100644
--- a/doc/ale-php.txt
+++ b/doc/ale-php.txt
@@ -9,6 +9,17 @@ There are no options for this linter.
===============================================================================
+hackfmt *ale-php-hackfmt*
+
+g:ale_php_hackfmt_options *g:ale_php_hackfmt_options*
+ *b:ale_php_hackfmt_options*
+ Type: |String|
+ Default: `''`
+
+ This variable can be set to pass additional options to the hackfmt fixer.
+
+
+===============================================================================
langserver *ale-php-langserver*
g:ale_php_langserver_executable *g:ale_php_langserver_executable*
diff --git a/doc/ale.txt b/doc/ale.txt
index fb5a6348..c90ab1d7 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -125,6 +125,7 @@ CONTENTS *ale-contents*
perlcritic..........................|ale-perl-perlcritic|
php...................................|ale-php-options|
hack................................|ale-php-hack|
+ hackfmt.............................|ale-php-hackfmt|
langserver..........................|ale-php-langserver|
phan................................|ale-php-phan|
phpcbf..............................|ale-php-phpcbf|
@@ -301,7 +302,7 @@ Notes:
* Objective-C++: `clang`
* OCaml: `merlin` (see |ale-ocaml-merlin|)
* Perl: `perl -c`, `perl-critic`
-* PHP: `hack`, `langserver`, `phan`, `php -l`, `phpcs`, `phpmd`, `phpstan`, `phpcbf`
+* PHP: `hack`, `hackfmt`, `langserver`, `phan`, `php -l`, `phpcs`, `phpmd`, `phpstan`, `phpcbf`
* Pod: `proselint`, `write-good`
* Pug: `pug-lint`
* Puppet: `puppet`, `puppet-lint`