This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
ale/ale_linters/php
Fred Emmott 238201805d
Split Hack out from PHP, modernize
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-08-02 11:28:56 -07:00
..
langserver.vim Make the language option for LSP linters optional 2018-07-04 13:12:58 +01:00
phan.vim Fix an incorrect argument of ale#Var in ale_linters#php#phan#Handle 2018-05-27 22:45:43 +09:00
php.vim Fix PHP linter to support PHP 7.2 lint output 2017-12-13 21:23:18 +00:00
phpcs.vim Close #542 - Add an option for disabling running locally installed executables by default 2018-04-09 19:11:20 +01:00
phpmd.vim Add executable option for phpmd linter (resolves #1076) (#1078) 2017-11-05 18:53:12 +00:00
phpstan.vim Added g:ale_php_phpstan_configuration option 2017-09-30 23:36:10 +07:00