Skip to content

Commit

Permalink
fix: set as default false for avoid a lot noise with decorators
Browse files Browse the repository at this point in the history
  • Loading branch information
shakaran committed May 3, 2024
1 parent 7b8ffc9 commit 7392a92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
errorLevel="4"
memoizeMethodCallResults="true"
errorBaseline="psalm-baseline.xml"
findUnusedBaselineEntry="true"
findUnusedCode="true"
findUnusedBaselineEntry="false"
findUnusedCode="false"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
Expand Down

0 comments on commit 7392a92

Please sign in to comment.