Skip to content

Commit 3131d00

Browse files
authored
Merge pull request #1 from Fuco1/dont-show-progress
Add --no-progress
2 parents 4649609 + f2b9e7a commit 3131d00

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

phpstan.el

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@
3434
(when (featurep 'flycheck)
3535
(flycheck-define-checker phpstan-checker
3636
"PHP static analyzer based on PHPStan."
37-
:command ("phpstan" "analyze" "--errorFormat=raw" source)
37+
:command ("phpstan"
38+
"analyze"
39+
"--no-progress"
40+
"--errorFormat=raw"
41+
source)
3842
:working-directory (lambda (_) (php-project-get-root-dir))
3943
:enabled (lambda () (locate-dominating-file "phpstan.neon" default-directory))
4044
:error-patterns

0 commit comments

Comments
 (0)