KnpLabs / DoctrineBehaviors

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

Fix github actions #739

Open raziel057 opened 10 months ago

raziel057 commented 10 months 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 10 months 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.