Skip to content

Commit 8cca33b

Browse files
committed
work around psalm findUnusedBaselineEntry bug
1 parent 433a27d commit 8cca33b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

psalm.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0"?>
2+
<!--
3+
findUnusedBaselineEntry: is buggy, can create an invalid SARIF file that trips up CI/GH
4+
(contains `"startLine":0,"endLine":0,"startColumn":0,"endColumn":0`)
5+
set to true when https://github.com/vimeo/psalm/issues/9712 is fixed
6+
-->
27
<psalm
38
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
49
xmlns="https://getpsalm.org/schema/config"
@@ -7,6 +12,7 @@
712
findUnusedCode="false"
813
ensureOverrideAttribute="false"
914
errorBaseline="psalm-baseline.xml"
15+
findUnusedBaselineEntry="false"
1016
>
1117
<projectFiles>
1218
<directory name="."/>

0 commit comments

Comments
 (0)