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

[FEATURE] Add Rector to our development toolchain #1365

Merged
merged 1 commit into from
Nov 7, 2024
Merged

Conversation

oliverklee
Copy link
Contributor

Also rename the fix:php script to be more specific now that we have two PHP-related fixing scripts.

Fixes #890

Also rename the `fix:php` script to be more specific now that we
have two PHP-related fixing scripts.

Fixes #890
@oliverklee oliverklee added enhancement dependencies Pull requests that update a dependency file labels Nov 7, 2024
@oliverklee oliverklee added this to the 8.0.0 milestone Nov 7, 2024
@oliverklee oliverklee requested a review from JakeQZ November 7, 2024 08:14
@oliverklee oliverklee self-assigned this Nov 7, 2024
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Could you please add tests to make sure this change works as expected?

@coveralls
Copy link

Coverage Status

coverage: 97.062%. remained the same
when pulling fa5aa63 on feature/rector
into ca67c17 on main.

Copy link
Contributor

@JakeQZ JakeQZ left a comment

Choose a reason for hiding this comment

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

The config.php matches that in PHP-CSS-Parser.

@JakeQZ
Copy link
Contributor

JakeQZ commented Nov 7, 2024

Could you please add tests to make sure this change works as expected?

The newly added PHP file happens to be a config file, so does not need tests added for it.

@oliverklee oliverklee merged commit f0094d5 into main Nov 7, 2024
30 checks passed
@oliverklee oliverklee deleted the feature/rector branch November 7, 2024 20:02
@JakeQZ
Copy link
Contributor

JakeQZ commented Nov 7, 2024

Could you please add tests to make sure this change works as expected?

The newly added PHP file happens to be a config file, so does not need tests added for it.

How do you override the github-actions bot's request for changes?

@oliverklee
Copy link
Contributor Author

How do you override the github-actions bot's request for changes?

As an admin on this repository (which we both are, as far as I can tell), there is a checkbox "merge anyway" that allows us to merge PRs even if some requirements are not fulfilled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Keep the code in shape with Rector
3 participants