8000 Disable the dead code analysis in Psalm · symfony/symfony@2658b38 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2658b38

Browse files
committed
Disable the dead code analysis in Psalm
Our psalm analysis does not analyse tests or usages of Symfony in other projects, so it reports lots of methods as unused.
1 parent 7c4f174 commit 2658b38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

psalm.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
cacheDirectory="./.github/psalm/cache/"
99
errorBaseline=".github/psalm/psalm.baseline.xml"
1010
findUnusedBaselineEntry="false"
11+
findUnusedCode="false"
1112
>
1213
<projectFiles>
1314
<directory name="src" />

0 commit comments

Comments
 (0)
0