-
Notifications
You must be signed in to change notification settings - Fork 19
disable psalm for nextcloud master #504
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
Conversation
Signed-off-by: Swikriti Tripathi <[email protected]>
675a331 to
a482888
Compare
JS Code CoverageCoverage after merging fix/disable-psalm-in-master into release/2.4 will be
Coverage Report
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SagarGi
left a comment
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.
Not to run the psalm i.e in master branch LGTM 👍
|
@individual-it we need to merge this with red CI because the fix of api tests is in #502 |
Created a work package here https://community.openproject.org/projects/nextcloud-integration/work_packages/details/50516 |
We have a pslam error in nextcloud master, on running locally the error is something like
PHP Fatal error: Declaration of Doctrine\Common\Cache\Psr6\CacheItem::get() must be compatible with Psr\Cache\CacheItemInterface::get(): mixed in nextcloud/master/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheItem.php on line 51The psalm for some reason is looking into the 3rdparty app and I couldn't find the way to suppress , I'll make a PR to 3rdparty to fix the errors if possible but till then maybe it's better to not run psalm in nextcloud master