Browse Source
Merge pull request #37505 from nextcloud/fix/recommended-psalm-options
Set recommended psalm options
pull/37559/head
Joas Schilling
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
0 deletions
-
psalm-ocp.xml
-
psalm.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" /> |
|
|
|
|
|
|
|
@ -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" /> |
|
|
|
|