We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4649609 + f2b9e7a commit 3131d00Copy full SHA for 3131d00
phpstan.el
@@ -34,7 +34,11 @@
34
(when (featurep 'flycheck)
35
(flycheck-define-checker phpstan-checker
36
"PHP static analyzer based on PHPStan."
37
- :command ("phpstan" "analyze" "--errorFormat=raw" source)
+ :command ("phpstan"
38
+ "analyze"
39
+ "--no-progress"
40
+ "--errorFormat=raw"
41
+ source)
42
:working-directory (lambda (_) (php-project-get-root-dir))
43
:enabled (lambda () (locate-dominating-file "phpstan.neon" default-directory))
44
:error-patterns
0 commit comments