summaryrefslogtreecommitdiff
path: root/ale_linters/php
AgeCommit message (Expand)Author
2019-07-25Use the psalm executable with the LS optionGrégoire Paris
2019-05-29#2533 - Run phpcs in the directory the file is inw0rp
2019-05-14Close #908 - Report phpcs problems as style problemsw0rp
2019-05-10Add phpstan autoload optionMikko Pesari
2019-05-07Escape phpstan arguments, and update documentationw0rp
2019-05-01Better phpstan default configuration (#2444)Julien Deniau
2019-04-07#2132 - Replace command_chain and chain_with with ale#command#Runw0rp
2019-03-25Use location of `composer.json` for PHP project path too (#2391)Shahin Sorkh
2019-02-22#2132 - Replace all uses of foo_callback with foow0rp
2018-11-23php: change phpstan's --errorFormat to --error-format (#2005)lfree
2018-11-01PHP linter: make the path to the executable configurableCyril Roelandt
2018-10-19Update Psalm plugin to use LSP modeMatthew Brown
2018-09-27Add psalm linter for PHP (#1893)Richard Marmorstein
2018-08-18Added and fixed testsmatthias
2018-08-16Added phpcs options support as described in #257matthias
2018-08-02Simplify the code for most linters and tests with closuresw0rp
2018-08-02Split Hack out from PHP, modernizeFred Emmott
2018-07-04Make the language option for LSP linters optionalw0rp
2018-05-27Fix an incorrect argument of ale#Var in ale_linters#php#phan#Handlehaginaga
2018-05-27Fix code style issues and refactor to use ale#Varhaginaga
2018-05-08Fix to follow the Google VimScript Style Guidehaginaga
2018-05-08Fix to follow the Google VimScript Style Guidehaginaga
2018-05-08Modify to be able to use phan_client without g:ale_php_phan_executablehaginaga
2018-05-08(close w0rp/ale#1561) Add support phan_client for phphaginaga
2018-04-27Close #1521 - Allow the language to be set with simple strings for LSP lintersw0rp
2018-04-09Close #542 - Add an option for disabling running locally installed executable...w0rp
2017-12-13Fix PHP linter to support PHP 7.2 lint outputStephen Rathbone
2017-11-05Add executable option for phpmd linter (resolves #1076) (#1078)David Sierra DiazGranados
2017-10-31Prevent logging of errors in the php linter.Derrick Nelson
2017-10-26Merge pull request #1009 from sirbrillig/add/phpcs-include-code-optionw0rp
2017-10-26Include sniff code in messagePayton Swick
2017-10-24Add phan as a linter for php files (#1026)Diego Oliveira
2017-10-22Fix the regex of phpmdDiego Oliveira
2017-09-30Added g:ale_php_phpstan_configuration optionRuslan Osmanov
2017-08-21Fix #864 - Use the user's configured executable for phpstan for executable() ...w0rp
2017-08-08Ban use of ==# or ==? in the codebase, and prefer is# or is? insteadw0rp
2017-08-07Document the PHP langserver integrationw0rp
2017-08-02Cover the PHP language server functions with Vader testsw0rp
2017-08-02#517 Enable the PHP language serverw0rp
2017-07-30Fix some bugs so the PHP language server will show errors at least oncew0rp
2017-07-26#517 Add more code LSP support which makes the tssserver linter behave more l...w0rp
2017-07-16Added phpstan linter for php. (#772)Ardis
2017-06-21Support project's local phpcs installation (#666)Eric Stern
2017-05-17Add end columns on php linter #538Adriaan Zonnenberg
2017-05-08Read errors from stdout only (and make sure they are displayed)Pawel Bogut
2017-04-18Add a function for getting matches, and use it to simplify a lot of codew0rp
2017-04-16#427 Implement buffer variable overrides for all linter optionsw0rp
2017-04-15Fix #257 in preparation for #427, standardise options with fallbacks, and mak...w0rp
2017-04-12PHP: Fix double errors and support fatal errorsAdriaan Zonnenberg
2017-03-30Remove 'col' from linters where it is hardcoded to 1 (#434)Adriaan Zonnenberg