summaryrefslogtreecommitdiff
path: root/doc/ale-php.txt
AgeCommit message (Collapse)Author
2018-11-01PHP linter: make the path to the executable configurableCyril Roelandt
Fixes #1388
2018-09-27Add psalm linter for PHP (#1893)Richard Marmorstein
2018-08-16Added phpcs options support as described in #257matthias
2018-08-02Split Hack out from PHP, modernizeFred Emmott
fixes #1738 - Replace previous `hh_client` usage with LSP client - Add `HHAST` linter - Split Hack from PHP: Hack is increasingly diverging from PHP: - Hack tools do not understand PHP - Most PHP tools do not handle Hack code well (including vim's syntax highightling files) - http://github.com/hhvm/vim-hack now sets filetype to `hack`
2018-05-08(close w0rp/ale#1561) Add support phan_client for phphaginaga
2018-04-09Close #542 - Add an option for disabling running locally installed ↵w0rp
executables by default
2018-04-07Add g:ale_php_cs_fixer_options variable (#1477)Adriaan Zonnenberg
* Add g:ale_php_cs_fixer_options variable * Fix test
2018-03-01add php-cs-fixer to list of fixersJulien Deniau
2017-11-05Add executable option for phpmd linter (resolves #1076) (#1078)David Sierra DiazGranados
* Add executable option for phpmd linter (resolves #1076) * Add test for phpmd executable option
2017-10-27Add hackfmt fixerSam Howie
2017-10-24Add phan as a linter for php files (#1026)Diego Oliveira
Add phan for checking PHP code
2017-09-30Added g:ale_php_phpstan_configuration optionRuslan Osmanov
2017-09-10Fix numerous issues with integration documentation tags and the table of ↵w0rp
contents, and add a script to check for theses issues
2017-08-20add phpcbf fixertmn-o3
2017-08-10Automatically check for invalid help tag references, and fix some existing ↵w0rp
documentation issues
2017-08-10Fix documentation for the PHP langserver optionsw0rp
2017-08-07Document the PHP langserver integrationw0rp
2017-07-16Added phpstan linter for php. (#772)Ardis
* Added phpstan linter for php.
2017-07-08Use equal signs for language documentation sectionsw0rp
2017-06-21Document the new phpcs optionsw0rp
2017-04-27Add tags for buffer-local variants of each linter optionAdriaan Zonnenberg
2017-03-28Move linter documentation into separate filesw0rp