Skip to content

Commit f46796b

Browse files
committed
chore(psalm): updates Psalm config
Configures Psalm to allow missing files in the ignored directories. This prevents Psalm from throwing errors when it encounters missing files in the `vendor`, `src` and `dist` directories, which can happen during development or deployment.
1 parent 9575818 commit f46796b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psalm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
>
88
<projectFiles>
99
<directory name="./" />
10-
<ignoreFiles>
10+
<ignoreFiles allowMissingFiles="true">
1111
<directory name="vendor" />
1212
<directory name="src" />
1313
<directory name="dist" />

0 commit comments

Comments
 (0)