Skip to content

Commit

Permalink
fix: psalm.xml paths
Browse files Browse the repository at this point in the history
  • Loading branch information
cvette committed Dec 12, 2024
1 parent 3082f5b commit a3bbeb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/linters/psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
>
<projectFiles>
<directory name="src" />
<directory name="../../src" />
<ignoreFiles>
<directory name="vendor" />
<directory name="../../vendor" />
</ignoreFiles>
</projectFiles>

Expand Down Expand Up @@ -50,4 +50,4 @@

<InvalidStringClass errorLevel="info" />
</issueHandlers>
</psalm>
</psalm>

0 comments on commit a3bbeb1

Please sign in to comment.