Open rajmundtoth0 opened 1 month ago
Thanks for the effort, sounds like its annoyed about the risky setting. Is there a need to have a separate script for ci in this case?
I prefer to have the CI to just display the issues, instead of fixing them. That could prevent unwanted changes. I will add the risky option in a sec.
Ah yes I see now, definitely agree with you on that. I don't understand the risky setting but sounds like it would like you to make even more changes :sweat_smile:
In composer I set it to check all folders, while in the original config file, it is looking in only to /src
. Now both checks all folders. Hopefully this makes it happy - also formatted the files outside of /src
If you merge this, also merge v13 and v14 so that they are synchronized
In composer I set it to check all folders, while in the original config file, it is looking in only to /src. Now both checks all folders. Hopefully this makes it happy - also formatted the files outside of /src
The reason it only looks in src is because then it doesn't look in the vendor folder which could be full of all sorts of stuff :sweat_smile:
Fixed
I have extracted the PHP CS part from the
v14-dev
branch, as this one can be included in v13, the biggest changes are the strict options in some cases.