Skip to content

Commit 0fcae3d

Browse files
nickvergessenbackportbot[bot]
authored andcommitted
ci(psalm): Ignore psalm issues in vendor libs
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent ca3faf1 commit 0fcae3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

psalm.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
>
1313
<projectFiles>
1414
<directory name="lib"/>
15+
<ignoreFiles>
16+
<directory name="vendor"/>
17+
</ignoreFiles>
1518
</projectFiles>
1619
<extraFiles>
1720
<directory name="vendor/nextcloud/ocp"/>

0 commit comments

Comments
 (0)