2025-11-19 04:31:23 -05:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
<!--
|
|
|
|
|
- SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
|
|
|
|
|
- SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
|
-->
|
|
|
|
|
<psalm
|
|
|
|
|
errorLevel="1"
|
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
|
xmlns="https://getpsalm.org/schema/config"
|
|
|
|
|
xsi:schemaLocation="https://getpsalm.org/schema/config"
|
|
|
|
|
resolveFromConfigFile="false"
|
|
|
|
|
findUnusedBaselineEntry="true"
|
|
|
|
|
findUnusedCode="false"
|
|
|
|
|
findUnusedPsalmSuppress="true"
|
|
|
|
|
findUnusedVariablesAndParams="true"
|
|
|
|
|
phpVersion="8.2"
|
|
|
|
|
>
|
|
|
|
|
<projectFiles>
|
2025-10-08 12:22:10 -04:00
|
|
|
<file name="core/BackgroundJobs/ExpirePreviewsJob.php"/>
|
2026-02-16 02:41:03 -05:00
|
|
|
<file name="lib/public/IContainer.php"/>
|
2026-02-12 06:05:11 -05:00
|
|
|
<file name="apps/dav/lib/Connector/Sabre/Node.php"/>
|
2026-02-12 06:09:19 -05:00
|
|
|
<file name="apps/files_versions/lib/Versions/IMetadataVersion.php"/>
|
2026-02-12 06:24:33 -05:00
|
|
|
<file name="lib/private/Settings/AuthorizedGroup.php"/>
|
|
|
|
|
<file name="lib/private/Settings/AuthorizedGroupMapper.php"/>
|
|
|
|
|
<file name="apps/settings/lib/Service/AuthorizedGroupService.php"/>
|
2026-02-12 09:14:33 -05:00
|
|
|
<file name="lib/private/Files/Storage/Storage.php"/>
|
2026-02-12 10:14:59 -05:00
|
|
|
<file name="lib/private/Files/Storage/Wrapper/Wrapper.php"/>
|
2025-11-19 04:31:23 -05:00
|
|
|
<ignoreFiles>
|
|
|
|
|
<directory name="apps/**/composer"/>
|
|
|
|
|
<directory name="apps/**/tests"/>
|
|
|
|
|
<directory name="lib/composer"/>
|
|
|
|
|
<directory name="lib/l10n"/>
|
|
|
|
|
<directory name="3rdparty"/>
|
|
|
|
|
</ignoreFiles>
|
|
|
|
|
</projectFiles>
|
|
|
|
|
<extraFiles>
|
2026-02-12 06:05:11 -05:00
|
|
|
<directory name="apps/dav/lib"/>
|
2026-02-12 06:24:33 -05:00
|
|
|
<directory name="apps/settings/lib"/>
|
2025-11-19 04:31:23 -05:00
|
|
|
<directory name="3rdparty"/>
|
|
|
|
|
</extraFiles>
|
2026-02-12 06:05:11 -05:00
|
|
|
<stubs>
|
|
|
|
|
<!-- Psalm does not find methods in here through <extraFiles/> 🤷♀️ -->
|
|
|
|
|
<file name="3rdparty/sabre/uri/lib/functions.php"/>
|
|
|
|
|
</stubs>
|
2026-02-12 06:01:58 -05:00
|
|
|
<issueHandlers>
|
|
|
|
|
<InternalClass>
|
|
|
|
|
<errorLevel type="suppress">
|
|
|
|
|
<directory name="."/>
|
|
|
|
|
</errorLevel>
|
|
|
|
|
</InternalClass>
|
|
|
|
|
<InternalMethod>
|
|
|
|
|
<errorLevel type="suppress">
|
|
|
|
|
<directory name="."/>
|
|
|
|
|
</errorLevel>
|
|
|
|
|
</InternalMethod>
|
|
|
|
|
<InternalProperty>
|
|
|
|
|
<errorLevel type="suppress">
|
|
|
|
|
<directory name="."/>
|
|
|
|
|
</errorLevel>
|
|
|
|
|
</InternalProperty>
|
|
|
|
|
</issueHandlers>
|
2025-11-19 04:31:23 -05:00
|
|
|
</psalm>
|