Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symlinked repos in composer must be ignored using full path #1141

Closed
muglug opened this issue Dec 19, 2018 · 0 comments
Closed

Symlinked repos in composer must be ignored using full path #1141

muglug opened this issue Dec 19, 2018 · 0 comments
Labels

Comments

@muglug
Copy link
Collaborator

muglug commented Dec 19, 2018

Composer gives you an option to include packages using a local path, and creates a symlink by default.

Psalm uses realpath to get the actual path, so adding vendor to <ignoreFiles /> doesn't mean ignoring these symlinked files.

Fix: block using vendor-provided path name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant