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
parent
commit
8e529df6ae
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      psalm-ocp.xml
  2. 2
      psalm.xml

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

2
psalm.xml

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

Loading…
Cancel
Save