You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thanks a lot for a great project.
Someone in Drupal slack suggest me to us this build, and it's very easy to use.
I am working on enabling PHPStan check for pagerer module issue #3402666.
I use ddev stan pagerer -l 2 to run check, but I get much more warnings and errors locally than I have in Gitlab CI (pipeline).
Do you have any ideas why this can happen?
I was trying to generate new phpstan-baseline.neon file. But I wasn't able to pass argument --generate-baseline to ddev stan command. Do you how to do that?
The text was updated successfully, but these errors were encountered:
Hello, thanks a lot for a great project.
Someone in Drupal slack suggest me to us this build, and it's very easy to use.
I am working on enabling PHPStan check for pagerer module issue #3402666.
I use
ddev stan pagerer -l 2
to run check, but I get much more warnings and errors locally than I have in Gitlab CI (pipeline).Do you have any ideas why this can happen?
I was trying to generate new
phpstan-baseline.neon
file. But I wasn't able to pass argument--generate-baseline
toddev stan
command. Do you how to do that?The text was updated successfully, but these errors were encountered: