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

[DX] Ommit post-inc to pre-inc rule from coding-style as too opinionated #5917

Merged
merged 1 commit into from
May 29, 2024

Conversation

TomasVotruba
Copy link
Member

Follow up to #5916

@TomasVotruba TomasVotruba enabled auto-merge (squash) May 29, 2024 01:01
@TomasVotruba TomasVotruba merged commit 6ad571f into main May 29, 2024
41 checks passed
@TomasVotruba TomasVotruba deleted the tv-opt-out-2 branch May 29, 2024 01:02
@@ -51,6 +52,7 @@ final class MissingInSetCommand extends Command
IncreaseDeclareStrictTypesRector::class,
StaticClosureRector::class,
StaticArrowFunctionRector::class,
PostIncDecToPreIncDecRector::class,
Copy link
Member

@samsonasik samsonasik May 29, 2024

Choose a reason for hiding this comment

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

I think add to our own rector.php is ok for this in addition of exclude here, so we still have this functionality and tested, but only on our rector-src ?

Copy link
Member

Choose a reason for hiding this comment

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants