Skip to content

Commit

Permalink
Remove useless ignore rules
Browse files Browse the repository at this point in the history
The referenced issue is fixed, but the fix is not released yet. However,
since the "tests" directory is not currently analyzed, the ignore rule
is useless.
Also the rule about ignoing the vendor directory is useless.
  • Loading branch information
greg0ire committed Aug 23, 2022
1 parent 346bfda commit bf5c816
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
<projectFiles>
<directory name="lib/Doctrine/Common" />
<ignoreFiles>
<!-- Remove ProxyGeneratorTest once Psalm supports native intersection https://github.com/vimeo/psalm/issues/6413 -->
<file name="lib/Doctrine/Common/Proxy/ProxyGenerator.php" />
<file name="tests/Doctrine/Tests/Common/Proxy/ProxyGeneratorTest.php" />
<directory name="vendor" />
</ignoreFiles>
</projectFiles>
</psalm>

0 comments on commit bf5c816

Please sign in to comment.