summaryrefslogtreecommitdiff
path: root/ale_linters/php
AgeCommit message (Expand)Author
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
2017-03-01Fix PHP column matching for unexpected single quotes (#370)Adriaan Zonnenberg
2017-02-26Copy all loclist items returned from handlers, and set up defaults for conven...w0rp
2017-02-18PHP: Make parser work with more error messagesAdriaan Zonnenberg
2017-02-15Support columns on php handlerAdriaan Zonnenberg
2017-02-11Replace every stdin-wrapper script with the new %t formatting supportw0rp
2017-02-01Linter addition of PHP Mess Detectormedains
2017-01-22Add a script for custom checks to enforce using the abort flag for functions ...w0rp
2017-01-04Added hack linter for php (#239)Zefei Xuan
2016-12-28Fix PHP lint generic error without line numberstill-dreaming-1
2016-10-21Add support for dot-seperate linters, improve linter testsBjorn Neergaard
2016-10-11Remove many redundant handlersBjorn Neergaard
2016-10-11Use explicit scope in all ale_lintersBjorn Neergaard
2016-10-10First pass at optimizing ale to autoload (#80)Bjorn Neergaard
2016-10-10Minor fixes:Kabbaj Amine
2016-10-07Support reading from both output streams, and fix PHP error parsing, which so...w0rp
2016-10-07updating config option format and adding to docjwilliams108
2016-10-06adding phpcs linterjwilliams108
2016-10-04Add support for checking PHP code, courtesy of Spencer Wood.w0rp