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

Allow loading Psalm plugins from the application source code #5

Open
janopae opened this issue Sep 5, 2023 · 0 comments
Open

Allow loading Psalm plugins from the application source code #5

janopae opened this issue Sep 5, 2023 · 0 comments

Comments

@janopae
Copy link
Member

janopae commented Sep 5, 2023

More and more PHP libraries bring their own Psalm plugins with them (like https://github.com/CuyZ/Valinor for example). The plugin either comes as a separate composer package to be composer required by the application, or is directly integrated into the main library package.

Sadly, declaring other plugins than the ones shipped with the container is currently not possible, as namespaces in the psalm.xml of the repository we want to analyse will not refer to our repository, but to the internal namespaces of the container.

@janopae janopae changed the title Allow loading Psalm plugins from the applicationn source code Allow loading Psalm plugins from the application source code Sep 5, 2023
@janopae janopae mentioned this issue Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant