chore: ignore 3rdparty while psalm linting

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
pull/52886/head
Ferdinand Thiessen 5 months ago
parent 48e94baeeb
commit 2986fead40
No known key found for this signature in database
GPG Key ID: 45FAE7268762B400
  1. 44
      build/psalm-baseline.xml
  2. 1
      psalm.xml

@ -1,49 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.26.1@d747f6500b38ac4f7dfc5edbcae6e4b637d7add0">
<file src="3rdparty/sabre/dav/lib/CalDAV/Calendar.php">
<MoreSpecificImplementedParamType>
<code><![CDATA[$data]]></code>
</MoreSpecificImplementedParamType>
</file>
<file src="3rdparty/sabre/dav/lib/CalDAV/CalendarHome.php">
<MoreSpecificImplementedParamType>
<code><![CDATA[$data]]></code>
</MoreSpecificImplementedParamType>
</file>
<file src="3rdparty/sabre/dav/lib/CalDAV/Principal/User.php">
<MoreSpecificImplementedParamType>
<code><![CDATA[$data]]></code>
</MoreSpecificImplementedParamType>
</file>
<file src="3rdparty/sabre/dav/lib/CardDAV/AddressBook.php">
<MoreSpecificImplementedParamType>
<code><![CDATA[$data]]></code>
</MoreSpecificImplementedParamType>
</file>
<file src="3rdparty/sabre/dav/lib/CardDAV/AddressBookHome.php">
<InvalidPropertyAssignmentValue>
<code><![CDATA[$principalUri]]></code>
</InvalidPropertyAssignmentValue>
<MoreSpecificImplementedParamType>
<code><![CDATA[$data]]></code>
</MoreSpecificImplementedParamType>
</file>
<file src="3rdparty/sabre/dav/lib/CardDAV/Card.php">
<MoreSpecificImplementedParamType>
<code><![CDATA[$cardData]]></code>
</MoreSpecificImplementedParamType>
</file>
<file src="3rdparty/sabre/dav/lib/DAV/SimpleCollection.php">
<NoValue>
<code><![CDATA[$child]]></code>
<code><![CDATA[$child]]></code>
</NoValue>
</file>
<file src="3rdparty/sabre/dav/lib/DAVACL/AbstractPrincipalCollection.php">
<LessSpecificImplementedReturnType>
<code><![CDATA[array]]></code>
</LessSpecificImplementedReturnType>
</file>
<file src="apps/admin_audit/lib/AppInfo/Application.php">
<DeprecatedClass>
<code><![CDATA[Share::class]]></code>

@ -66,6 +66,7 @@
<directory name="apps/files_external/3rdparty"/>
<directory name="lib/composer"/>
<directory name="lib/l10n"/>
<directory name="3rdparty"/>
</ignoreFiles>
</projectFiles>
<extraFiles>

Loading…
Cancel
Save