Skip to content

Commit 6b88d85

Browse files
committed
Set recommended psalm options
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 parent 4772371 commit 6b88d85

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

psalm-ocp.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
xmlns="https://getpsalm.org/schema/config"
77
xsi:schemaLocation="https://getpsalm.org/schema/config"
88
errorBaseline="build/psalm-baseline-ocp.xml"
9+
findUnusedBaselineEntry="false"
10+
findUnusedCode="false"
911
>
1012
<plugins>
1113
<plugin filename="build/psalm/AppFrameworkTainter.php" />

psalm.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
xmlns="https://getpsalm.org/schema/config"
77
xsi:schemaLocation="https://getpsalm.org/schema/config"
88
errorBaseline="build/psalm-baseline.xml"
9+
findUnusedBaselineEntry="false"
10+
findUnusedCode="false"
911
>
1012
<plugins>
1113
<plugin filename="build/psalm/AppFrameworkTainter.php" />

0 commit comments

Comments
 (0)