Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove useless ignore rules #977

Merged
merged 1 commit into from
Aug 23, 2022
Merged

Conversation

greg0ire
Copy link
Member

@greg0ire greg0ire commented Aug 23, 2022

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 ignoring the vendor directory is useless.

@greg0ire greg0ire mentioned this pull request Aug 23, 2022
@greg0ire greg0ire requested review from malarzm and stof August 23, 2022 18:07
psalm.xml Outdated
<file name="lib/Doctrine/Common/Proxy/ProxyGenerator.php" />
<file name="tests/Doctrine/Tests/Common/Proxy/ProxyGeneratorTest.php" />
<directory name="vendor" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this ignore rule is also useless AFAICT

@greg0ire greg0ire requested a review from stof August 23, 2022 18:19
@greg0ire greg0ire changed the title Remove useless ignore rule Remove useless ignore rules Aug 23, 2022
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 ignoring the vendor directory is useless.
@greg0ire greg0ire merged commit 0bd693a into doctrine:3.4.x Aug 23, 2022
@greg0ire greg0ire deleted the remove-useless-rule branch August 23, 2022 19:22
@greg0ire greg0ire added this to the 3.4.0 milestone Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants