We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c701e16 commit 6de2265Copy full SHA for 6de2265
src/Instrumentation/MongoDB/psalm.xml.dist
@@ -1,6 +1,8 @@
1
<?xml version="1.0"?>
2
<psalm
3
errorLevel="1"
4
+ findUnusedBaselineEntry="false"
5
+ findUnusedCode="false"
6
cacheDirectory="var/cache/psalm"
7
errorBaseline="psalm.baseline.xml"
8
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -15,5 +17,6 @@
15
17
</plugins>
16
18
<issueHandlers>
19
<MissingClassConstType errorLevel="suppress" />
20
+ <DeprecatedConstant errorLevel="suppress" />
21
</issueHandlers>
22
</psalm>
0 commit comments