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 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.
Hey there,
I recently stumbled upon a problem which I wanted to fix. I debugged stuff, etc. and while debugging I was using
--no-cacheand was unable to reproduce the problem. I then found out that psalm is executed without--no-cachehere which is kinda problematic in some cases (i.e. when usingcodecept run --fail-fastwhich keeps the_rundirectory).I'd like to propose adding
--no-cacheto the psalm CLI execution command so that there are no sideeffects from whatever caches.