Skip to content

Commit aeeddef

Browse files
committed
Suppress UnresolvableInclude
1 parent 80bd1ab commit aeeddef

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

psalm.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,12 @@
2727
<MissingParamType errorLevel="info" />
2828
<UnusedClass errorLevel="info" />
2929
<PossiblyUnusedMethod errorLevel="info" />
30+
31+
<!-- Ignore UnresolvableInclude on CLI-scripts -->
32+
<UnresolvableInclude>
33+
<errorLevel type="suppress">
34+
<file name="tests/bootstrap.php" />
35+
</errorLevel>
36+
</UnresolvableInclude>
3037
</issueHandlers>
3138
</psalm>

0 commit comments

Comments
 (0)