mirror of
https://github.com/nextcloud/server.git
synced 2025-01-30 22:37:01 +00:00
72571a19dd
Signed-off-by: provokateurin <kate@provokateurin.de>
21 lines
581 B
XML
21 lines
581 B
XML
<?xml version="1.0"?>
|
|
<!--
|
|
- SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
|
|
- SPDX-License-Identifier: AGPL-3.0-or-later
|
|
-->
|
|
<psalm
|
|
errorLevel="1"
|
|
resolveFromConfigFile="true"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns="https://getpsalm.org/schema/config"
|
|
xsi:schemaLocation="https://getpsalm.org/schema/config"
|
|
findUnusedBaselineEntry="false"
|
|
findUnusedCode="false"
|
|
>
|
|
<plugins>
|
|
<plugin filename="build/psalm/NcuExperimentalChecker.php"/>
|
|
</plugins>
|
|
<projectFiles>
|
|
<directory name="lib/unstable"/>
|
|
</projectFiles>
|
|
</psalm>
|