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"/>
|
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>
|
|
|
|
|
<directory name="3rdparty"/>
|
|
|
|
|
</extraFiles>
|
|
|
|
|
</psalm>
|