diff options
author | jld3103 <jld3103yt@gmail.com> | 2023-03-24 12:56:06 +0100 |
---|---|---|
committer | jld3103 <jld3103yt@gmail.com> | 2023-03-31 09:15:03 +0200 |
commit | fa53c7c5a72723f4839fde03791e1c2433ae056d (patch) | |
tree | 55d10abc32d32db942240edda24d708feb789170 /psalm-ocp.xml | |
parent | 9f1eacd67ead8e385e32c829458edf9172bff8d2 (diff) | |
download | nextcloud-server-fa53c7c5a72723f4839fde03791e1c2433ae056d.tar.gz nextcloud-server-fa53c7c5a72723f4839fde03791e1c2433ae056d.zip |
Set recommended psalm options
Signed-off-by: jld3103 <jld3103yt@gmail.com>
Diffstat (limited to 'psalm-ocp.xml')
-rw-r--r-- | psalm-ocp.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/psalm-ocp.xml b/psalm-ocp.xml index f117afc550f..8682c3ad8e5 100644 --- a/psalm-ocp.xml +++ b/psalm-ocp.xml @@ -6,6 +6,8 @@ xmlns="https://getpsalm.org/schema/config" xsi:schemaLocation="https://getpsalm.org/schema/config" errorBaseline="build/psalm-baseline-ocp.xml" + findUnusedBaselineEntry="true" + findUnusedCode="false" > <plugins> <plugin filename="build/psalm/AppFrameworkTainter.php" /> |