aboutsummaryrefslogtreecommitdiffstats
path: root/psalm-ncu.xml
diff options
context:
space:
mode:
authorprovokateurin <kate@provokateurin.de>2024-11-12 11:39:56 +0100
committerprovokateurin <kate@provokateurin.de>2024-11-12 11:46:13 +0100
commit72571a19dd664c5cc79171369700d412d46c0e52 (patch)
tree9bb6a1ef6337868d73d002ac11c63bdc706b1a5c /psalm-ncu.xml
parent17659d327ac2d6d62405ca489fb0f1432c4e03e4 (diff)
downloadnextcloud-server-72571a19dd664c5cc79171369700d412d46c0e52.tar.gz
nextcloud-server-72571a19dd664c5cc79171369700d412d46c0e52.zip
build(psalm): Configure unstable namespacebuild/psalm/unstable-namespace
Signed-off-by: provokateurin <kate@provokateurin.de>
Diffstat (limited to 'psalm-ncu.xml')
-rw-r--r--psalm-ncu.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/psalm-ncu.xml b/psalm-ncu.xml
new file mode 100644
index 00000000000..f7577435b88
--- /dev/null
+++ b/psalm-ncu.xml
@@ -0,0 +1,21 @@
+<?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>