-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Psalm integration #15
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Baseline needs expanding 🤔
Signed-off-by: John Morrison <[email protected]>
Also requires the phpunit plugin for Psalm as generating the baseline xml file throws an exception without it. Signed-off-by: John Morrison <[email protected]>
Signed-off-by: John Morrison <[email protected]>
Signed-off-by: John Morrison <[email protected]>
Replace deprecated 'totallyTyped' attribute with 'errorLevel'. Signed-off-by: John Morrison <[email protected]>
See CI failures: the generated baseline is missing most reported errors 🤔 |
Hi - I don't see these errors when running static-analysis locally. Do you want them suppressed by expanding the baseline in the following manner?
|
No, they should just appear as "known issues" in the baseline 🤔 Check what CI did run here: possibly some differences between local setup and this? |
Signed-off-by: John Morrison <[email protected]>
Signed-off-by: John Morrison <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Besides the duplication, this looks much better now, thanks @jslmorrison!
Remove duplicate block Signed-off-by: John Morrison <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @jslmorrison!
Description
Add vimeo/psalm integration.