emacs-php / emacs-php/phpstan.el

phpstan-flycheck will block phpmd and phpcs from running.

Open
#17 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Emacs Lisp
Stars
28
Forks
12
PR merge metrics
No merged PRs in 30d

Description

I'm not sure if this is an issue with flycheck or the phpstan-flycheck

the other php flychecks don't run.

``` emacs-lisp
(flycheck-add-next-checker 'php 'phpstan)
```
That pretends it to the list of next checkers for php.

but even if I change it to append it still doesn't work. It will run all the other checkers but not get to phpspec.

If I modify `flycheck.el` and manually add phpstan to `next-checkers` of `php` **and** `php-cs`.

Then it works. It seems like flycheck doesn't honor the next-checkers list and they know it.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.