Skip to content

Commit

Permalink
Merge pull request #144 from ergebnis/fix/exclude
Browse files Browse the repository at this point in the history
Fix: Exclude fixtures from analysis with vimeo/psalm
  • Loading branch information
localheinz authored Feb 19, 2020
2 parents d5cadfa + 078f8e3 commit f465cab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<directory name="src" />
<directory name="test" />
<ignoreFiles>
<directory name="test/Fixture" />
<directory name="vendor" />
</ignoreFiles>
</projectFiles>
Expand Down

0 comments on commit f465cab

Please sign in to comment.