Skip to content

Commit 7392a92

Browse files
committed
fix: set as default false for avoid a lot noise with decorators
1 parent 7b8ffc9 commit 7392a92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

psalm.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
errorLevel="4"
44
memoizeMethodCallResults="true"
55
errorBaseline="psalm-baseline.xml"
6-
findUnusedBaselineEntry="true"
7-
findUnusedCode="true"
6+
findUnusedBaselineEntry="false"
7+
findUnusedCode="false"
88
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xmlns="https://getpsalm.org/schema/config"
1010
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"

0 commit comments

Comments
 (0)