Open vv12131415 opened 4 years ago
@psalm-github-bot nope
for the context of the problem you can go here https://github.com/sonata-project/SonataAdminBundle/pull/6288#issuecomment-674423078
@vladyslavstartsev Also see https://github.com/vimeo/psalm/issues/3717
Wouldn't this be solved with https://psalm.dev/docs/running_psalm/configuration/#resolvefromconfigfile ?
I'm trying to move all the baselines and config files of static analysis tools to separate folder. Because of this my folder structure looks like this
this way I'm not bloating project root directory and I can
export-ignore
folder.The problem is, when I run
I get an error that looks like this
this is because
cwd
changes from the root of the project to the place, where config is set