Skip to content

Commit

Permalink
chore: add findUnusedBaselineEntry and findUnusedCode
Browse files Browse the repository at this point in the history
It is better to set "true" but if true, many error will be reported.
So set "false" for now.
  • Loading branch information
kenjis committed Apr 8, 2024
1 parent 2b34e31 commit 278320a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
autoloader="psalm_autoload.php"
cacheDirectory="build/psalm/"
errorBaseline="psalm-baseline.xml"
findUnusedBaselineEntry="false"
findUnusedCode="false"
>
<projectFiles>
<directory name="src/" />
Expand Down

0 comments on commit 278320a

Please sign in to comment.