KnpLabs / DoctrineBehaviors

Doctrine2 behavior traits that help handling Blameable, Loggable, Sluggable, SoftDeletable, Uuidable, Timestampable, Translatable, Tree behavior
http://knplabs.com
MIT License
915 stars 300 forks source link

Fix github actions #739

Open raziel057 opened 1 year ago

raziel057 commented 1 year ago

Fix large part of the github actions. We still have an issue with rector because we use the dry-run parameter and there is some diff.

In that case, from the following commit (https://github.com/rectorphp/rector/pull/805), rector returns a Error: Process completed with exit code 2.

image

raziel057 commented 1 year ago

@TomasVotruba @VincentLanglet Please tell me what is expected for the rector check. Do you wants to update the code according to the diff provided by the command: vendor/bin/rector process --dry-run --ansi or it's preferable to ignore it for now?

I can remove the dry-run parameter but I'm not sure that it's what you wants.