aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2025-05-15 18:38:38 +0200
committerFerdinand Thiessen <opensource@fthiessen.de>2025-05-15 18:38:38 +0200
commit2986fead40aad1da5bc0c1a16ba04ffcb4601269 (patch)
treedd175dd1c9881ab22cf4ba0f8cce90bd0efc6b29
parent48e94baeeb39bb7c6a25020961d8991ef58dd1fe (diff)
downloadnextcloud-server-chore/ignore-3rdparty.tar.gz
nextcloud-server-chore/ignore-3rdparty.zip
chore: ignore 3rdparty while psalm lintingchore/ignore-3rdparty
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
-rw-r--r--build/psalm-baseline.xml44
-rw-r--r--psalm.xml1
2 files changed, 1 insertions, 44 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index 75b316dbb62..8d409314d4d 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.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>
diff --git a/psalm.xml b/psalm.xml
index 2e157da3f23..48a8f8f9575 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -66,6 +66,7 @@
<directory name="apps/files_external/3rdparty"/>
<directory name="lib/composer"/>
<directory name="lib/l10n"/>
+ <directory name="3rdparty"/>
</ignoreFiles>
</projectFiles>
<extraFiles>