Skip to content

Commit

Permalink
psalm: ignore externals
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 c982c35 commit 1bb40fd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,16 @@
<ignoreFiles>
<directory name="tools" />
<directory name="vendor" />
<directory name="../.." />
</ignoreFiles>
</projectFiles>
<extraFiles>
<directory name="../../lib" />

<directory name="../../apps/files/lib/Event" />
<directory name="../../3rdparty/doctrine" />
<directory name="../../3rdparty/psr" />
<directory name="../../3rdparty/guzzlehttp" />
<directory name="../../3rdparty/doctrine" />

<directory name="../../apps/files/lib/Event" />
</extraFiles>
<issueHandlers>
<UndefinedDocblockClass>
Expand Down

0 comments on commit 1bb40fd

Please sign in to comment.