Skip to content

Commit

Permalink
psalm: fix excludes
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <[email protected]>
  • Loading branch information
pulsejet committed Oct 14, 2023
1 parent 1bb40fd commit f9c76d0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
<ignoreFiles>
<directory name="tools" />
<directory name="vendor" />
<directory name="../.." />

<!-- Careful to not exclude ourselves! -->
<directory name="../../lib" />
<directory name="../../apps/files" />
<directory name="../../3rdparty" />
</ignoreFiles>
</projectFiles>
<extraFiles>
Expand Down

0 comments on commit f9c76d0

Please sign in to comment.