Merge pull request #37505 from nextcloud/fix/recommended-psalm-options

Set recommended psalm options
This commit is contained in:
Joas Schilling 2023-04-03 09:54:13 +02:00 committed by GitHub
commit 8e529df6ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -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" />

View File

@ -6,6 +6,8 @@
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config"
errorBaseline="build/psalm-baseline.xml"
findUnusedBaselineEntry="true"
findUnusedCode="false"
>
<plugins>
<plugin filename="build/psalm/AppFrameworkTainter.php" />