summaryrefslogtreecommitdiff
path: root/ale_linters/php
AgeCommit message (Collapse)Author
2020-08-29Fix psalm options. Retry on some test failuresw0rp
2019-10-07Add the possiblity to add extra psalm optionsGrégoire Paris
2019-07-25Use the psalm executable with the LS optionGrégoire Paris
This is the simplest way of getting the psalm language server to run now.
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
* Use phpstan config file as default whenever possible + report as error
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
* move php-langserver "test for .git dir" test-project to its own directory * search for composer.json file in php-langserver first then .git dir * add test for php-langserver composer.json
2019-02-22#2132 - Replace all uses of foo_callback with foow0rp
2018-11-23php: change phpstan's --errorFormat to --error-format (#2005)lfree
* php: change phpstan's --errorFormat to --error-format * add version check to phpstan
2018-11-01PHP linter: make the path to the executable configurableCyril Roelandt
Fixes #1388
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
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-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 ↵w0rp
executables by default
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
* Add executable option for phpmd linter (resolves #1076) * Add test for phpmd executable option
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
phpcs: include sniff code in message
2017-10-26Include sniff code in messagePayton Swick
2017-10-24Add phan as a linter for php files (#1026)Diego Oliveira
Add phan for checking PHP code
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
checks
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 ↵w0rp
like the LSP linters
2017-07-16Added phpstan linter for php. (#772)Ardis
* Added phpstan linter for php.
2017-06-21Support project's local phpcs installation (#666)Eric Stern
* Use locally-installed PHPCS if available * Add author * Add configuration options * Escape executable * Add tests
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 ↵w0rp
make it so every value can be computed dynamically