Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-01 | PHP linter: make the path to the executable configurable | Cyril Roelandt | |
Fixes #1388 | |||
2018-09-27 | Add psalm linter for PHP (#1893) | Richard Marmorstein | |
2018-08-16 | Added phpcs options support as described in #257 | matthias | |
2018-08-02 | Split Hack out from PHP, modernize | Fred 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 php | haginaga | |
2018-04-09 | Close #542 - Add an option for disabling running locally installed ↵ | w0rp | |
executables by default | |||
2018-04-07 | Add g:ale_php_cs_fixer_options variable (#1477) | Adriaan Zonnenberg | |
* Add g:ale_php_cs_fixer_options variable * Fix test | |||
2018-03-01 | add php-cs-fixer to list of fixers | Julien Deniau | |
2017-11-05 | Add 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-27 | Add hackfmt fixer | Sam Howie | |
2017-10-24 | Add phan as a linter for php files (#1026) | Diego Oliveira | |
Add phan for checking PHP code | |||
2017-09-30 | Added g:ale_php_phpstan_configuration option | Ruslan Osmanov | |
2017-09-10 | Fix numerous issues with integration documentation tags and the table of ↵ | w0rp | |
contents, and add a script to check for theses issues | |||
2017-08-20 | add phpcbf fixer | tmn-o3 | |
2017-08-10 | Automatically check for invalid help tag references, and fix some existing ↵ | w0rp | |
documentation issues | |||
2017-08-10 | Fix documentation for the PHP langserver options | w0rp | |
2017-08-07 | Document the PHP langserver integration | w0rp | |
2017-07-16 | Added phpstan linter for php. (#772) | Ardis | |
* Added phpstan linter for php. | |||
2017-07-08 | Use equal signs for language documentation sections | w0rp | |
2017-06-21 | Document the new phpcs options | w0rp | |
2017-04-27 | Add tags for buffer-local variants of each linter option | Adriaan Zonnenberg | |
2017-03-28 | Move linter documentation into separate files | w0rp | |