Skip to content

Commit 278320a

Browse files
committed
chore: add findUnusedBaselineEntry and findUnusedCode
It is better to set "true" but if true, many error will be reported. So set "false" for now.
1 parent 2b34e31 commit 278320a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

psalm.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
autoloader="psalm_autoload.php"
1010
cacheDirectory="build/psalm/"
1111
errorBaseline="psalm-baseline.xml"
12+
findUnusedBaselineEntry="false"
13+
findUnusedCode="false"
1214
>
1315
<projectFiles>
1416
<directory name="src/" />

0 commit comments

Comments
 (0)