aboutsummaryrefslogtreecommitdiffstats
path: root/composer.json
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 /composer.json
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 'composer.json')
-rw-r--r--composer.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index f11ced48b67..ff381015d7b 100644
--- a/composer.json
+++ b/composer.json
@@ -61,6 +61,7 @@
"lint": "find . -name \\*.php -not -path './lib/composer/*' -not -path './build/stubs/*' -print0 | xargs -0 -n1 php -l",
"psalm": "psalm --no-cache --threads=$(nproc)",
"psalm:ocp": "psalm --no-cache --threads=$(nproc) -c psalm-ocp.xml",
+ "psalm:ncu": "psalm --no-cache --threads=$(nproc) -c psalm-ncu.xml",
"psalm:security": "psalm --no-cache --threads=$(nproc) --taint-analysis --use-baseline=build/psalm-baseline-security.xml",
"psalm:update-baseline": "psalm --no-cache --threads=$(nproc) --update-baseline",
"serve": [