diff options
author | provokateurin <kate@provokateurin.de> | 2024-11-12 11:39:56 +0100 |
---|---|---|
committer | provokateurin <kate@provokateurin.de> | 2024-11-12 11:46:13 +0100 |
commit | 72571a19dd664c5cc79171369700d412d46c0e52 (patch) | |
tree | 9bb6a1ef6337868d73d002ac11c63bdc706b1a5c /composer.json | |
parent | 17659d327ac2d6d62405ca489fb0f1432c4e03e4 (diff) | |
download | nextcloud-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.json | 1 |
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": [ |