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
I recently stumbled upon a problem which I wanted to fix. I debugged stuff, etc. and while debugging I was using --no-cache and was unable to reproduce the problem. I then found out that psalm is executed without --no-cache here which is kinda problematic in some cases (i.e. when using codecept run --fail-fast which keeps the _run directory).
I'd like to propose adding --no-cache to the psalm CLI execution command so that there are no sideeffects from whatever caches.
The text was updated successfully, but these errors were encountered:
Hey there,
I recently stumbled upon a problem which I wanted to fix. I debugged stuff, etc. and while debugging I was using
--no-cache
and was unable to reproduce the problem. I then found out that psalm is executed without--no-cache
here which is kinda problematic in some cases (i.e. when usingcodecept run --fail-fast
which keeps the_run
directory).I'd like to propose adding
--no-cache
to the psalm CLI execution command so that there are no sideeffects from whatever caches.The text was updated successfully, but these errors were encountered: